Class E129_GroupByFiltered
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
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)