Skip to content

ListRequest.DistinctFields property

Distinct set of columns. If set a DISTINCT query is used, and only these columns can be returned from the query.

public SortBy[]? DistinctFields { get; set; }

See Also