MigrationSqlGenerator Class
Entity Framework 5.0
Common base class for providers that convert provider-agnostic migration operations into database provider specific SQL commands.
System.Object
System.Data.Entity.Migrations.Sql.MigrationSqlGenerator
System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator
System.Data.Entity.Migrations.Sql.MigrationSqlGenerator
System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator
Namespace: System.Data.Entity.Migrations.Sql
Assembly: EntityFramework (in EntityFramework.dll)
The MigrationSqlGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MigrationSqlGenerator | Initializes a new instance of the MigrationSqlGenerator class. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Generate | Converts a set of migration operations into database provider specific SQL. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
