IDataQuerySettingsTQueryDistinct Method |
Sets the query to use distinct selection over the given columns
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax TQuery Distinct(
bool distinct = true
)
Parameters
- distinct (Optional)
- Type: SystemBoolean
If set to true, returns only distinct (different) values.
Return Value
Type:
TQuerySee Also