Class E096_TreeQuery
LINQ queries on tree structures.
TreeQuery combines tree traversal with Where/OrderBy/Take.
[ExampleMeta("E096", "Tree Query - LINQ on Trees", "Trees", ExampleTier.Free, 3, new string[] { "Tree", "TreeQuery", "Where", "OrderBy", "Pro" })]
public class E096_TreeQuery : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)