QueryColumnListBaseGetColumns Method |
Gets list of columns represented as string
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public string GetColumns(
QueryDataParameters parameters = null,
bool expand = false
)
Parameters
- parameters (Optional)
- Type: CMS.DataEngineQueryDataParameters
Query parameters. If provided, the column parameters are included into the parameters and column expression is altered accordingly - expand (Optional)
- Type: SystemBoolean
If true, the result expression is expanded with parameters
Return Value
Type:
StringSee Also