Click or drag to resize
DataQuerySettingsBaseTQueryDistinct Method
Sets the query to use distinct selection over the given columns

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TQuery Distinct(
	bool distinct = true
)

Parameters

distinct (Optional)
Type: SystemBoolean
If set to true, returns only distinct (different) values.

Return Value

Type: TQuery

Implements

IDataQuerySettingsTQueryDistinct(Boolean)
See Also