Class E071_AnyAsync

Assembly: redb.Examples.dll

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

ObjectExampleBaseE071_AnyAsync

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)