Class E124_SumAsync

Assembly: redb.Examples.dll

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

ObjectExampleBaseE124_SumAsync

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)