Click or drag to resize
QueryColumnListGetColumns Method
Gets list of columns represented as string

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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: String
See Also