Class E013_WhereNot
Filter employees using NOT equal condition.
Find all non-managers.
[ExampleMeta("E013", "Where - NOT Equal", "Query", ExampleTier.Free, 1, new string[] { "Where", "Query", "NOT" })]
public class E013_WhereNot : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)