Class E021_DateTimeRange

Assembly: redb.Examples.dll

Filter employees by date range.
Find employees hired within specific period.

[ExampleMeta("E021", "Where - DateTime Range", "Query", ExampleTier.Free, 1, new string[] { "Where", "DateTime", "Range" })]
public class E021_DateTimeRange : ExampleBase

Inheritance

ObjectExampleBaseE021_DateTimeRange

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)