Class E073_AllAsync
Check if ALL employees match a condition using AllAsync(predicate).
Returns true only if every record satisfies the predicate.
[ExampleMeta("E073", "AllAsync - Check All Match", "Query", ExampleTier.Free, 73, new string[] { "All", "Predicate", "Validation" }, RelatedApis = new string[] { "IRedbQueryable.AllAsync" })]
public class E073_AllAsync : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)