Click or drag to resize
AbstractTableManager.RenameTable 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: 12.0.0
Syntax
C#
public virtual void RenameTable(
	string oldTableName,
	string newTableName
)

Parameters

oldTableName
Type: System.String
Name of the table to rename
newTableName
Type: System.String
New name of the table

Implements

ITableManager.RenameTable(String, String)
See Also