AlterColumnOperation Class
Entity Framework 5.0
Represents altering an existing column.
System.Object
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.AlterColumnOperation
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.AlterColumnOperation
Namespace: System.Data.Entity.Migrations.Model
Assembly: EntityFramework (in EntityFramework.dll)
The AlterColumnOperation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AlterColumnOperation(String, ColumnModel, Boolean, Object) | Initializes a new instance of the AlterColumnOperation class. |
![]() | AlterColumnOperation(String, ColumnModel, Boolean, AlterColumnOperation, Object) | Initializes a new instance of the AlterColumnOperation class. |
| Name | Description | |
|---|---|---|
![]() | AnonymousArguments | Gets additional arguments that may be processed by providers. (Inherited from MigrationOperation.) |
![]() | Column | Gets the new definition for the column. |
![]() | Inverse | Gets an operation that represents reverting the alteration. 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.) |
![]() | Table | Gets the name of the table that the column belongs to. |
Show:
