Class E083_OrderByDescending

Assembly: redb.Examples.dll

Sort employees in descending order using OrderByDescending.
Get top earners and most experienced employees.

[ExampleMeta("E083", "OrderByDescending - Reverse Sort", "Query", ExampleTier.Free, 83, new string[] { "OrderByDescending", "Sort", "Descending" }, RelatedApis = new string[] { "IRedbQueryable.OrderByDescending" })]
public class E083_OrderByDescending : ExampleBase

Inheritance

ObjectExampleBaseE083_OrderByDescending

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)