Class E070_CountAsync

Assembly: redb.Examples.dll

Count employees using CountAsync.
Get total count and filtered count.

[ExampleMeta("E070", "CountAsync - Total and Filtered", "Query", ExampleTier.Free, 1, new string[] { "Count", "Aggregate" })]
public class E070_CountAsync : ExampleBase

Inheritance

ObjectExampleBaseE070_CountAsync

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)