Class E016_WhereChain

Assembly: redb.Examples.dll

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

ObjectExampleBaseE016_WhereChain

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)