Class E021_DateTimeRange
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
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)