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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected void AddInternal(
	IQueryColumn col
)

Parameters

col
Type: CMS.DataEngineIQueryColumn
Column to be added
See Also