MigrationOperation Class
Entity Framework 5.0
Represents an operation to modify a database schema.
Namespace: System.Data.Entity.Migrations.Model
Assembly: EntityFramework (in EntityFramework.dll)
The MigrationOperation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AnonymousArguments | Gets additional arguments that may be processed by providers. |
![]() | Inverse | Gets an operation that will revert this operation. |
![]() | IsDestructiveChange | Gets a value indicating if this operation may result in data loss. |
System.Object
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.AddColumnOperation
System.Data.Entity.Migrations.Model.AlterColumnOperation
System.Data.Entity.Migrations.Model.CreateTableOperation
System.Data.Entity.Migrations.Model.DropColumnOperation
System.Data.Entity.Migrations.Model.DropTableOperation
System.Data.Entity.Migrations.Model.ForeignKeyOperation
System.Data.Entity.Migrations.Model.HistoryOperation
System.Data.Entity.Migrations.Model.IndexOperation
System.Data.Entity.Migrations.Model.MoveTableOperation
System.Data.Entity.Migrations.Model.PrimaryKeyOperation
System.Data.Entity.Migrations.Model.RenameColumnOperation
System.Data.Entity.Migrations.Model.RenameTableOperation
System.Data.Entity.Migrations.Model.SqlOperation
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.AddColumnOperation
System.Data.Entity.Migrations.Model.AlterColumnOperation
System.Data.Entity.Migrations.Model.CreateTableOperation
System.Data.Entity.Migrations.Model.DropColumnOperation
System.Data.Entity.Migrations.Model.DropTableOperation
System.Data.Entity.Migrations.Model.ForeignKeyOperation
System.Data.Entity.Migrations.Model.HistoryOperation
System.Data.Entity.Migrations.Model.IndexOperation
System.Data.Entity.Migrations.Model.MoveTableOperation
System.Data.Entity.Migrations.Model.PrimaryKeyOperation
System.Data.Entity.Migrations.Model.RenameColumnOperation
System.Data.Entity.Migrations.Model.RenameTableOperation
System.Data.Entity.Migrations.Model.SqlOperation
Show:
