Click or drag to resize
QueryColumnListBaseRemove Method
Removes an explicitly defined column from the columns collection

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public void Remove(
	IQueryColumn col
)

Parameters

col
Type: CMS.DataEngineIQueryColumn
Column to remove
See Also