Class E130_GroupByMultiKey

Assembly: redb.Examples.dll

GroupBy with composite key (multiple fields).
Group by Department AND Position for detailed breakdown.

[ExampleMeta("E130", "GroupBy - Composite Key", "Analytics", ExampleTier.Free, 130, new string[] { "GroupBy", "Composite", "MultiKey", "Analytics" }, RelatedApis = new string[] { "IRedbQueryable.GroupBy" })]
public class E130_GroupByMultiKey : ExampleBase

Inheritance

ObjectExampleBaseE130_GroupByMultiKey

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)