QueryColumnList.AddRangeUnique Method (QueryColumnList, Boolean) |
Adds the given list of query columns, if not already present in the list.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntaxpublic void AddRangeUnique(
QueryColumnList columns,
bool ignoreAllColumnsSelector = true
)
Parameters
- columns
- Type: CMS.DataEngine.QueryColumnList
Columns to be added - ignoreAllColumnsSelector (Optional)
- Type: System.Boolean
Indicates whether column will be added if all columns selector is present in the list.
If the list is empty, NoColumns is false and ignoreAllColumnsSelector is true, all columns selector is added.
See Also