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