Class E143_SumRedbAsync

Assembly: redb.Examples.dll

SumRedbAsync - sum of base IRedbObject field WITHOUT JOIN to _values.
Much faster than SumAsync for base fields like Id.

[ExampleMeta("E143", "SumRedbAsync - Base Field Sum", "Analytics", ExampleTier.Free, 143, new string[] { "SumRedbAsync", "Aggregation", "NoJoin" }, RelatedApis = new string[] { "IRedbQueryable.SumRedbAsync" })]
public class E143_SumRedbAsync : ExampleBase

Inheritance

ObjectExampleBaseE143_SumRedbAsync

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)