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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public bool Add(
	QueryColumnList columns,
	bool extraColumns = true
)

Parameters

columns
Type: CMS.DataEngineQueryColumnList
Columns to add
extraColumns (Optional)
Type: SystemBoolean
If true, the columns are considered extra columns

Return Value

Type: Boolean
See Also