Class E129_GroupByFiltered

Assembly: redb.Examples.dll

GroupBy with Where filter applied before grouping.
Filter employees by salary, then group by department.

[ExampleMeta("E129", "GroupBy - With Filter", "Analytics", ExampleTier.Free, 129, new string[] { "GroupBy", "Where", "Filter", "Analytics" }, RelatedApis = new string[] { "IRedbQueryable.GroupBy", "IRedbQueryable.Where" })]
public class E129_GroupByFiltered : ExampleBase

Inheritance

ObjectExampleBaseE129_GroupByFiltered

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)