Class E174_TreeQueryWindow
Demonstrates Window Functions on TreeQuery.
Calculates ROW_NUMBER and running totals within tree hierarchy.
Pro feature: TreeQuery + Window for hierarchical rankings and cumulative values.
[ExampleMeta("E174", "TreeQuery - Window Functions", "Tree", ExampleTier.Free, 174, new string[] { "Tree", "Window", "RowNumber", "RunningSum" }, RelatedApis = new string[] { "ITreeQueryable.WithWindow", "Win.RowNumber", "Win.Sum" })]
public class E174_TreeQueryWindow : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)