Click or drag to resize
QueryColumnListReplaceColumn Method
Replaces the column with a given name with the new column definition

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public void ReplaceColumn(
	string originalName,
	IQueryColumn newColumn
)

Parameters

originalName
Type: SystemString
Column name
newColumn
Type: CMS.DataEngineIQueryColumn
New column
See Also