Class E053_ArrayWithConditions

Assembly: redb.Examples.dll

Query employees combining array Contains with other conditions (Pro).
Find senior C# developers over 30.

[ExampleMeta("E053", "Array Contains + Conditions", "Query", ExampleTier.Free, 2, new string[] { "Array", "Contains", "AND", "Pro" })]
public class E053_ArrayWithConditions : ExampleBase

Inheritance

ObjectExampleBaseE053_ArrayWithConditions

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)