ListRequest.DistinctFields property

namespace: Serenity.Services   assemblySerenity.Net.Services

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