Class E011_WhereAnd
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
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)