Class E052_ArrayNotContains

Assembly: redb.Examples.dll

Query employees excluding specific skill.
Find developers who don't have "intern" skill.

[ExampleMeta("E052", "Array NOT Contains", "Query", ExampleTier.Free, 2, new string[] { "Array", "Contains", "NOT", "Pro" })]
public class E052_ArrayNotContains : ExampleBase

Inheritance

ObjectExampleBaseE052_ArrayNotContains

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)