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