Class E169_ArrayContainsOr
Demonstrates filtering by multiple array elements using Contains with OR.
Finds employees who have any of the specified skills.
Pro feature: multiple array operations in single query.
[ExampleMeta("E169", "Array - Contains OR", "Query", ExampleTier.Free, 169, new string[] { "Array", "Contains", "OR" }, RelatedApis = new string[] { "IRedbQueryable.Where", "Array.Contains" })]
public class E169_ArrayContainsOr : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)