distinctOn property
The properties to make distinct.
The query results will contain the first result for each distinct
combination of values for the given properties (if empty, all results are
returned). Requires: * If order
is specified, the set of distinct on
properties must appear before the non-distinct on properties in order
.
Implementation
core.List<PropertyReference>? distinctOn;