returnsDistinctResults
A Boolean value that indicates whether the fetch request returns only distinct values for the fields specified by Propertiestofetch.
Declaration
var returnsDistinctResults: Bool { get set }Discussion
This value is used only if a value has been set for propertiesToFetch.
This value is true if when the fetch is executed, it returns only distinct values for the fields specified by propertiesToFetch; otherwise, the value is false. The default value is false.