Rename an existing table to a new name.
Namespace:
Mindscape.LightSpeed.MigrationsAssembly: Mindscape.LightSpeed.Migrations (in Mindscape.LightSpeed.Migrations.dll)
Version: 3.1.0.0 (4.0.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.