Click or drag to resize
QueryColumnListBaseRemove Method
Removes one explicitly defined column by Name from the columns collection

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

Parameters

col
Type: CMS.DataEngineIQueryColumn
Column to remove
Remarks
See method FromExpression(String) and constructor for the difference how Name property can differ.
See Also