AddColumnOperation Class
Entity Framework 5.0
Represents a column being added to a table.
System.Object
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.AddColumnOperation
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.AddColumnOperation
Namespace: System.Data.Entity.Migrations.Model
Assembly: EntityFramework (in EntityFramework.dll)
The AddColumnOperation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AnonymousArguments | Gets additional arguments that may be processed by providers. (Inherited from MigrationOperation.) |
![]() | Column | Gets the details of the column being added. |
![]() | Inverse | Gets an operation that represents dropping the added column. (Overrides MigrationOperation.Inverse.) |
![]() | IsDestructiveChange | Gets {insert text here}. (Overrides MigrationOperation.IsDestructiveChange.) |
![]() | Table | Gets the name of the table the column should be added to. |
Show:
