Class E010_WhereSimple
Example: Simple Where filter by salary.
[ExampleMeta("E010", "Where - Filter by Salary", "Query", ExampleTier.Free, 1, new string[] { "Where", "Query", "Filter" }, RelatedApis = new string[] { "IRedbQueryable.Where", "IRedbService.Query" })]
public class E010_WhereSimple : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)