DropColumnOperation Class
Entity Framework 5.0
Represents a column being dropped from a table.
System.Object
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.DropColumnOperation
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.DropColumnOperation
Namespace: System.Data.Entity.Migrations.Model
Assembly: EntityFramework (in EntityFramework.dll)
The DropColumnOperation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DropColumnOperation(String, String, Object) | Initializes a new instance of the DropColumnOperation class. |
![]() | DropColumnOperation(String, String, AddColumnOperation, Object) | Initializes a new instance of the DropColumnOperation 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 column. 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 column to be dropped. |
![]() | Table | Gets the name of the table the column should be dropped from. |
Show:
