Click or drag to resize
QueryColumnListBaseAddUniqueInternal Method
Adds the given column to the column list, only if not already present

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected void AddUniqueInternal(
	IQueryColumn col,
	bool ignoreAllColumnsSelector = true
)

Parameters

col
Type: CMS.DataEngineIQueryColumn
Column to be added
ignoreAllColumnsSelector (Optional)
Type: SystemBoolean
Indicates whether column will be added if all columns selector is present in the list
See Also