Class E051_ArrayMultiple

Assembly: redb.Examples.dll

Query employees with multiple skills using Array.Contains with OR.
Find developers who know C# OR Python.

[ExampleMeta("E051", "Array Contains - Multiple OR", "Query", ExampleTier.Free, 2, new string[] { "Array", "Contains", "OR", "Pro" })]
public class E051_ArrayMultiple : ExampleBase

Inheritance

ObjectExampleBaseE051_ArrayMultiple

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)