Class E146_AggregateRedbAsync

Assembly: redb.Examples.dll

AggregateRedbAsync - batch aggregation of base IRedbObject fields in ONE query.
Combines Sum, Min, Max, Avg, Count on base fields WITHOUT JOIN.

[ExampleMeta("E146", "AggregateRedbAsync - Batch Base", "Analytics", ExampleTier.Free, 146, new string[] { "AggregateRedbAsync", "Batch", "NoJoin" }, RelatedApis = new string[] { "IRedbQueryable.AggregateRedbAsync", "Agg.Sum", "Agg.Min", "Agg.Max" })]
public class E146_AggregateRedbAsync : ExampleBase

Inheritance

ObjectExampleBaseE146_AggregateRedbAsync

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)