AbstractTableManagerRenameColumn Method |
Changes name of the column.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected virtual bool RenameColumn(
string tableName,
string columnName,
string newColumnName
)
Parameters
- tableName
- Type: SystemString
Name of the table - columnName
- Type: SystemString
Current name of the column - newColumnName
- Type: SystemString
New name of the column
Return Value
Type:
BooleanSee Also