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