Class E010_WhereSimple

Assembly: redb.Examples.dll

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

ObjectExampleBaseE010_WhereSimple

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)