Created
December 8, 2021 12:31
-
-
Save Hkazanci93/7895d1a2b0bffcd1018846b9647b49d2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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