Class E124_SumAsync
Calculates sum of a numeric field using SumAsync.
Server-side aggregation without loading objects.
[ExampleMeta("E124", "SumAsync - Total", "Analytics", ExampleTier.Free, 124, new string[] { "Sum", "Aggregation", "Analytics" }, RelatedApis = new string[] { "IRedbQueryable.SumAsync" })]
public class E124_SumAsync : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)