Class E139_DistinctRedb

Assembly: redb.Examples.dll

DISTINCT ON base fields (without Id) for finding duplicates.
Finds objects with identical Name, CodeInt etc. (potential duplicates).

[ExampleMeta("E139", "DistinctRedb - Find Duplicates", "Analytics", ExampleTier.Pro, 139, new string[] { "Distinct", "DistinctRedb", "Duplicates" }, RelatedApis = new string[] { "IRedbQueryable.DistinctRedb" })]
public class E139_DistinctRedb : ExampleBase

Inheritance

ObjectExampleBaseE139_DistinctRedb

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)