Class E074_WhereIn
Filter employees by a list of values using WhereIn.
Equivalent to SQL IN clause - much faster than multiple OR conditions.
[ExampleMeta("E074", "WhereIn - Filter by List", "Query", ExampleTier.Free, 74, new string[] { "WhereIn", "IN", "Filter", "List" }, RelatedApis = new string[] { "IRedbQueryable.WhereIn" })]
public class E074_WhereIn : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)