TableManagerRenameTable Method |
Changes name of the table with original name according to the new name.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public void RenameTable(
string oldTableName,
string newTableName
)
Parameters
- oldTableName
- Type: SystemString
Name of the table to rename - newTableName
- Type: SystemString
New name of the table
See Also