Class E177_TreeDistinctByRedb
Demonstrates DistinctByRedb on TreeQuery to get unique tree nodes by a base field.
Uses _objects table fields directly (no EAV join) - highly optimized.
Pro feature: DistinctByRedb with tree context.
[ExampleMeta("E177", "TreeQuery - DistinctByRedb", "Tree", ExampleTier.Pro, 177, new string[] { "Tree", "DistinctByRedb", "BaseField" }, RelatedApis = new string[] { "ITreeQueryable.DistinctByRedb" })]
public class E177_TreeDistinctByRedb : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)