Class E131_GroupByRedb

Assembly: redb.Examples.dll

GroupBy on base RedbObject fields without JOIN.
Groups by SchemeId or OwnerId directly from _objects table.
Much faster than GroupBy on Props fields.

[ExampleMeta("E131", "GroupByRedb - Base Fields", "Analytics", ExampleTier.Free, 131, new string[] { "GroupByRedb", "Base", "NoJoin", "Analytics" }, RelatedApis = new string[] { "IRedbQueryable.GroupByRedb" })]
public class E131_GroupByRedb : ExampleBase

Inheritance

ObjectExampleBaseE131_GroupByRedb

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)