Class E106_TreeQueryChildrenOf

Assembly: redb.Examples.dll

Query direct children of a node.
WhereChildrenOf(parentId) - returns only immediate children.

[ExampleMeta("E106", "Tree Query - WhereChildrenOf", "Trees", ExampleTier.Free, 2, new string[] { "Tree", "TreeQuery", "WhereChildrenOf", "Pro" }, Order = 106)]
public class E106_TreeQueryChildrenOf : ExampleBase

Inheritance

ObjectExampleBaseE106_TreeQueryChildrenOf

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)