Class E160_TreeQueryExpressions
Demonstrates arithmetic expressions in TreeQuery Where clause.
Finds tree nodes where 10% of budget exceeds $50,000.
Pro feature: server-side arithmetic in tree queries.
[ExampleMeta("E160", "TreeQuery - Expressions", "Tree", ExampleTier.Pro, 160, new string[] { "Tree", "Arithmetic", "Expression" }, RelatedApis = new string[] { "IRedbService.TreeQuery", "ITreeQueryable.Where" })]
public class E160_TreeQueryExpressions : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)