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