Class E178_TreeOrderBy

Assembly: redb.Examples.dll

Demonstrates OrderBy on TreeQuery to sort tree nodes by a Props field.
Ascending order by department Code.
Pro feature: OrderBy with tree context.

[ExampleMeta("E178", "TreeQuery - OrderBy", "Tree", ExampleTier.Free, 178, new string[] { "Tree", "OrderBy", "Sort", "Ascending" }, RelatedApis = new string[] { "ITreeQueryable.OrderBy" })]
public class E178_TreeOrderBy : ExampleBase

Inheritance

ObjectExampleBaseE178_TreeOrderBy

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)