Click or drag to resize
TableManagerRenameTable Method
Changes name of the table with original name according to the new name.

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