| QuerySpecExtensionMethodsDistinct Method |
| Name | Description | |
|---|---|---|
| Distinct(DynamicQuery) |
Sets the AllowDuplicates flag to false, so the query won't return duplicate rows.
| |
| DistinctT(DynamicQueryT) |
Sets the AllowDuplicates flag to false, so the query won't return duplicate rows.
| |
| DistinctT(EntityQueryT) |
Sets the AllowDuplicates flag to false, so the query won't return duplicate rows.
|