Class E177_TreeDistinctByRedb

Assembly: redb.Examples.dll

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

ObjectExampleBaseE177_TreeDistinctByRedb

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)