Click or drag to resize
QueryColumnListBaseAddToList Method
Adds the given column to the column list

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected bool AddToList(
	IQueryColumn col,
	bool extraColumn = true
)

Parameters

col
Type: CMS.DataEngineIQueryColumn
Column list
extraColumn (Optional)
Type: SystemBoolean
If true, the column is handled as an extra column and is added even in case all columns are included

Return Value

Type: Boolean
See Also