QueryColumnListAdd Method (IQueryColumn, Boolean) |
Adds the given list of query columns
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public bool Add(
IQueryColumn column,
bool extraColumn = true
)
Parameters
- column
- Type: CMS.DataEngineIQueryColumn
Column to add - extraColumn (Optional)
- Type: SystemBoolean
If true, the column is considered extra column
Return Value
Type:
BooleanSee Also