Click or drag to resize
QueryColumnListAdd Method (String, Boolean)
Adds the given list of columns

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