Click or drag to resize
DataQuerySettingsBaseTQuerySelectDistinct Property
If set to true, returns only distinct (different) values.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public bool SelectDistinct { get; set; }

Property Value

Type: Boolean

Implements

IDataQuerySettingsSelectDistinct
See Also