Class E140_DistinctByRedb

Assembly: redb.Examples.dll

DISTINCT ON specific base field.
Get one object per unique Name (first by Id).

[ExampleMeta("E140", "DistinctByRedb - By Field", "Analytics", ExampleTier.Pro, 140, new string[] { "Distinct", "DistinctByRedb", "Unique" }, RelatedApis = new string[] { "IRedbQueryable.DistinctByRedb" })]
public class E140_DistinctByRedb : ExampleBase

Inheritance

ObjectExampleBaseE140_DistinctByRedb

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)