Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created December 8, 2021 12:31
Show Gist options
  • Save Hkazanci93/7895d1a2b0bffcd1018846b9647b49d2 to your computer and use it in GitHub Desktop.
Save Hkazanci93/7895d1a2b0bffcd1018846b9647b49d2 to your computer and use it in GitHub Desktop.
var customerAggregations = provider.AggregationSet<Customer>();
customerAggregations.Apply(x =>x.RecordShell.Age + 3,
"AgeInThreeYears");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment