QueryColumnListAdd Method (String, Boolean) |
Adds the given list of columns
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public bool Add(
string columns,
bool extraColumns = true
)
Parameters
- columns
- Type: SystemString
Columns separated by commas - extraColumns (Optional)
- Type: SystemBoolean
If true, the columns are considered extra columns
Return Value
Type:
BooleanSee Also