Class E099_TreeQueryLevel

Assembly: redb.Examples.dll

Filter tree nodes by level.
WhereLevel finds nodes at specific depth from root.

[ExampleMeta("E099", "Tree Query - By Level", "Trees", ExampleTier.Free, 2, new string[] { "Tree", "TreeQuery", "WhereLevel", "Pro" })]
public class E099_TreeQueryLevel : ExampleBase

Inheritance

ObjectExampleBaseE099_TreeQueryLevel

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)