Class E194_MinMaxAsyncFiltered
MinAsync/MaxAsync with Where filter applied before aggregation.
Filter employees by department, then find salary range.
Tests Pro filter handling in single Aggregation.
[ExampleMeta("E194", "MinMaxAsync - With Filter", "Analytics", ExampleTier.Free, 194, new string[] { "Min", "Max", "Where", "Filter", "Aggregation" }, RelatedApis = new string[] { "IRedbQueryable.MinAsync", "IRedbQueryable.MaxAsync", "IRedbQueryable.Where" })]
public class E194_MinMaxAsyncFiltered : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)