Class E179_TreeOrderByDescending

Assembly: redb.Examples.dll

Demonstrates OrderByDescending on TreeQuery to sort tree nodes in reverse order.
Descending order by Budget - highest budgets first.
Pro feature: OrderByDescending with tree context.

[ExampleMeta("E179", "TreeQuery - OrderByDescending", "Tree", ExampleTier.Free, 179, new string[] { "Tree", "OrderByDescending", "Sort", "Descending" }, RelatedApis = new string[] { "ITreeQueryable.OrderByDescending" })]
public class E179_TreeOrderByDescending : ExampleBase

Inheritance

ObjectExampleBaseE179_TreeOrderByDescending

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)