Class E191_WindowFiltered

Assembly: redb.Examples.dll

Window function with Where filter applied before windowing.
Filter employees by salary threshold, then apply ROW_NUMBER.
Tests Pro filter handling in Window queries.

[ExampleMeta("E191", "Window - With Filter", "Analytics", ExampleTier.Free, 191, new string[] { "Window", "Where", "Filter", "RowNumber" }, RelatedApis = new string[] { "IRedbQueryable.WithWindow", "IRedbQueryable.Where", "Win.RowNumber" })]
public class E191_WindowFiltered : ExampleBase

Inheritance

ObjectExampleBaseE191_WindowFiltered

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)