Class E013_WhereNot

Assembly: redb.Examples.dll

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

ObjectExampleBaseE013_WhereNot

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)