Class E080_OrderBy
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
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)