Class E096_TreeQuery

Assembly: redb.Examples.dll

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

ObjectExampleBaseE096_TreeQuery

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)