Click or drag to resize
QueryColumnListBaseRemoveAll Method
Removes explicitly defined columns by Name from the columns collection

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public void RemoveAll(
	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