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