Class E111_TreeWhereHasDescendant

Assembly: redb.Examples.dll

WhereHasDescendant - find parents by child criteria.
Find offices that have active departments beneath them.

[ExampleMeta("E111", "Tree Query - WhereHasDescendant", "Trees", ExampleTier.Free, 3, new string[] { "Tree", "WhereHasDescendant", "Polymorphic", "Pro" }, Order = 111)]
public class E111_TreeWhereHasDescendant : ExampleBase

Inheritance

ObjectExampleBaseE111_TreeWhereHasDescendant

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)