Class E015_WhereTripleAnd

Assembly: redb.Examples.dll

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

ObjectExampleBaseE015_WhereTripleAnd

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)