QueryColumnListBaseReplaceColumn Method |
Replaces the column with a given name with the new column definition
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public void ReplaceColumn(
string originalName,
IQueryColumn newColumn
)
Parameters
- originalName
- Type: SystemString
Column name - newColumn
- Type: CMS.DataEngineIQueryColumn
New column
See Also