Class E020_DateTimeGreater

Assembly: redb.Examples.dll

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

ObjectExampleBaseE020_DateTimeGreater

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)