QueryColumnListBaseAddToList Method |
Adds the given column to the column list
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntaxprotected bool AddToList(
IQueryColumn col,
bool extraColumn = true
)
Parameters
- col
- Type: CMS.DataEngineIQueryColumn
Column list - extraColumn (Optional)
- Type: SystemBoolean
If true, the column is handled as an extra column and is added even in case all columns are included
Return Value
Type:
Boolean
See Also