Class E050_ArrayContains

Assembly: redb.Examples.dll

Query employees by skill using Array.Contains.
Find all C# developers.

[ExampleMeta("E050", "Array Contains - Find by Skill", "Query", ExampleTier.Free, 2, new string[] { "Array", "Contains", "Skills", "Pro" })]
public class E050_ArrayContains : ExampleBase

Inheritance

ObjectExampleBaseE050_ArrayContains

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)