Class E015_WhereTripleAnd
Filter employees using triple AND condition.
Find experienced developers with high salary.
[ExampleMeta("E015", "Where - Triple AND", "Query", ExampleTier.Free, 2, new string[] { "Where", "AND", "Complex" })]
public class E015_WhereTripleAnd : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)