Class E020_DateTimeGreater
Filter employees by hire date.
Find employees hired after a specific date.
[ExampleMeta("E020", "Where - DateTime Greater", "Query", ExampleTier.Free, 1, new string[] { "Where", "DateTime", "HireDate" })]
public class E020_DateTimeGreater : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)