MigrationStatement Class
Entity Framework 5.0
Represents a migration operation that has been translated into a SQL statement.
Namespace: System.Data.Entity.Migrations.Sql
Assembly: EntityFramework (in EntityFramework.dll)
The MigrationStatement type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Sql | Gets or sets the SQL to be executed to perform this migration operation. |
![]() | SuppressTransaction | Gets or sets a value indicating whether this statement should be performed outside of the transaction scope that is used to make the migration process transactional. If set to true, this operation will not be rolled back if the migration process fails. |
Show:
