RenameTableOperation Class
Entity Framework 5.0
Represents renaming an existing table.
System.Object
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.RenameTableOperation
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.RenameTableOperation
Namespace: System.Data.Entity.Migrations.Model
Assembly: EntityFramework (in EntityFramework.dll)
The RenameTableOperation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RenameTableOperation | Initializes a new instance of the RenameTableOperation class. |
| Name | Description | |
|---|---|---|
![]() | AnonymousArguments | Gets additional arguments that may be processed by providers. (Inherited from MigrationOperation.) |
![]() | Inverse | Gets an operation that reverts the rename. (Overrides MigrationOperation.Inverse.) |
![]() | IsDestructiveChange | Gets a value indicating whether the change is destructive. (Overrides MigrationOperation.IsDestructiveChange.) |
![]() | Name | Gets the name of the table to be renamed. |
![]() | NewName | Gets the new name for the table. |
Show:
