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