Class E113_TreeToFlatList
Load tree nodes as flat list without Parent/Children links.
ToFlatListAsync is faster than ToTreeListAsync - skips relationship building.
Requires E089 to run first (creates tree data).
[ExampleMeta("E113", "Tree Query - ToFlatListAsync", "Trees", ExampleTier.Free, 113, new string[] { "ToFlatListAsync", "Tree", "Flat", "Performance" }, RelatedApis = new string[] { "ITreeQueryable.ToFlatListAsync" })]
public class E113_TreeToFlatList : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)