MoveTableOperation Class
Entity Framework 5.0
Represents moving a table from one schema to another.
System.Object
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.MoveTableOperation
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.MoveTableOperation
Namespace: System.Data.Entity.Migrations.Model
Assembly: EntityFramework (in EntityFramework.dll)
The MoveTableOperation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AnonymousArguments | Gets additional arguments that may be processed by providers. (Inherited from MigrationOperation.) |
![]() | Inverse | Gets an operation that moves the table back to its original schema. (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 moved. |
![]() | NewSchema | Gets the name of the schema to move the table to. |
Show:
