QueryColumnListBaseAddUniqueInternal Method |
Adds the given column to the column list, only if not already present
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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