Class E080_OrderBy

Assembly: redb.Examples.dll

Sort employees by salary using OrderBy.
Get top 5 lowest and highest earners.

[ExampleMeta("E080", "OrderBy - Sort by Salary", "Query", ExampleTier.Free, 1, new string[] { "OrderBy", "Sort" })]
public class E080_OrderBy : ExampleBase

Inheritance

ObjectExampleBaseE080_OrderBy

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)