Class E012_WhereOr

Assembly: redb.Examples.dll

Filter employees using OR condition.
Find juniors (under 30) OR high earners (salary over 90k).

[ExampleMeta("E012", "Where - OR Condition", "Query", ExampleTier.Free, 1, new string[] { "Where", "Query", "OR" })]
public class E012_WhereOr : ExampleBase

Inheritance

ObjectExampleBaseE012_WhereOr

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)