Forked from Hkazanci93/gist:7895d1a2b0bffcd1018846b9647b49d2
Last active
December 8, 2021 18:37
-
-
Save banker/8e3431f8ea779d85685381afb2b34ebc 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