Class E174_TreeQueryWindow

Assembly: redb.Examples.dll

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

ObjectExampleBaseE174_TreeQueryWindow

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)