Class E142_GroupByArray

Assembly: redb.Examples.dll

Groups objects by elements of an array field using GroupByArray.
Expands arrays to create one group per element (e.g., group by each Contact.Type).

[ExampleMeta("E142", "GroupByArray - Array Elements", "Analytics", ExampleTier.Free, 142, new string[] { "GroupByArray", "Array", "Expand" }, RelatedApis = new string[] { "IRedbQueryable.GroupByArray" })]
public class E142_GroupByArray : ExampleBase

Inheritance

ObjectExampleBaseE142_GroupByArray

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)