Class E014_WhereRange

Assembly: redb.Examples.dll

Filter employees by salary range.
Find mid-level earners between 60k and 90k.

[ExampleMeta("E014", "Where - Range Condition", "Query", ExampleTier.Free, 1, new string[] { "Where", "Query", "Range" })]
public class E014_WhereRange : ExampleBase

Inheritance

ObjectExampleBaseE014_WhereRange

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)