Rename an existing table to a new name.

Namespace:  Mindscape.NHibernateModelDesigner.Migrations
Assembly:  Mindscape.NHibernateModelDesigner.Migrations (in Mindscape.NHibernateModelDesigner.Migrations.dll)
Version: 3.1.0.0 (3.1.0.0)

Syntax

C#
protected void RenameTable(
	string oldName,
	string newName
)
Visual Basic (Declaration)
Protected Sub RenameTable ( _
	oldName As String, _
	newName As String _
)

Parameters

oldName
Type: System..::.String
The name of the table to change.
newName
Type: System..::.String
The name to change to.

See Also