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

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

Parameters

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

Return Value

Type: TQuery
See Also