Class E016_WhereChain
Filter employees using chained Where() calls.
Each Where() adds another condition.
[ExampleMeta("E016", "Where - Chained Filters", "Query", ExampleTier.Free, 2, new string[] { "Where", "Chain" })]
public class E016_WhereChain : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)