Class E073_AllAsync

Assembly: redb.Examples.dll

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

ObjectExampleBaseE073_AllAsync

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)