DropTableOperation Class
Entity Framework 5.0
Represents dropping an existing table.
System.Object
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.DropTableOperation
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.DropTableOperation
Namespace: System.Data.Entity.Migrations.Model
Assembly: EntityFramework (in EntityFramework.dll)
The DropTableOperation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DropTableOperation(String, Object) | Initializes a new instance of the DropTableOperation class. |
![]() | DropTableOperation(String, CreateTableOperation, Object) | Initializes a new instance of the DropTableOperation class. |
| Name | Description | |
|---|---|---|
![]() | AnonymousArguments | Gets additional arguments that may be processed by providers. (Inherited from MigrationOperation.) |
![]() | Inverse | Gets an operation that represents reverting dropping the table. The inverse cannot be automatically calculated, if it was not supplied to the constructor this property will return null. (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 dropped. |
Show:
