Class E011_WhereAnd

Assembly: redb.Examples.dll

Example: Where with AND - filter by age and salary.

[ExampleMeta("E011", "Where - AND Condition", "Query", ExampleTier.Free, 2, new string[] { "Where", "Query", "AND" })]
public class E011_WhereAnd : ExampleBase

Inheritance

ObjectExampleBaseE011_WhereAnd

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)