| QuerySpecExtensionMethods.Distinct Method |
| Name | Description | |
|---|---|---|
| Distinct(DynamicQuery) |
Sets the AllowDuplicates flag to false, so the query won't return duplicate rows.
| |
| Distinct<T>(DynamicQuery<T>) |
Sets the AllowDuplicates flag to false, so the query won't return duplicate rows.
| |
| Distinct<T>(EntityQuery<T>) |
Sets the AllowDuplicates flag to false, so the query won't return duplicate rows.
|