Skip to content

Instantly share code, notes, and snippets.

@banker
Forked from Hkazanci93/gist:7895d1a2b0bffcd1018846b9647b49d2
Last active December 8, 2021 18:37
Show Gist options
  • Save banker/8e3431f8ea779d85685381afb2b34ebc to your computer and use it in GitHub Desktop.
Save banker/8e3431f8ea779d85685381afb2b34ebc 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