Class E071_AnyAsync
Check if any employees exist using AnyAsync().
Returns true if at least one record exists.
[ExampleMeta("E071", "AnyAsync - Check Existence", "Query", ExampleTier.Free, 71, new string[] { "Any", "Exists" }, RelatedApis = new string[] { "IRedbQueryable.AnyAsync" })]
public class E071_AnyAsync : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)