Class E105_TreeQueryWithRoot

Assembly: redb.Examples.dll

TreeQuery scoped to specific root.
TreeQuery(rootId, maxDepth) - queries only within subtree.

[ExampleMeta("E105", "Tree Query - Scoped to Root", "Trees", ExampleTier.Free, 2, new string[] { "Tree", "TreeQuery", "RootId", "Pro" }, Order = 105)]
public class E105_TreeQueryWithRoot : ExampleBase

Inheritance

ObjectExampleBaseE105_TreeQueryWithRoot

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)