MigrationSqlGenerator Class
Common base class for providers that convert provider agnostic migration operations into database provider specific SQL commands.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Migrations.Sql::MigrationSqlGenerator
System.Data.Entity.SqlServer::SqlServerMigrationSqlGenerator
System.Data.Entity.SqlServerCompact.Legacy::SqlCeMigrationSqlGenerator
System.Data.Entity.SqlServerCompact::SqlCeMigrationSqlGenerator
| Name | Description | |
|---|---|---|
![]() | MigrationSqlGenerator() | Initializes a new instance of the MigrationSqlGenerator class. |
| Name | Description | |
|---|---|---|
![]() | ProviderManifest | Gets or sets the provider manifest. |
| Name | Description | |
|---|---|---|
![]() | BuildStoreTypeUsage(String^, PropertyModel^) | Builds the store type usage for the specified storeTypeName using the facets from the specified propertyModel. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | Generate(IEnumerable<MigrationOperation^>^, String^) | Converts a set of migration operations into database provider specific SQL. |
![]() | GenerateProcedureBody(ICollection<DbModificationCommandTree^>^, String^, String^) | Generates the SQL body for a stored procedure. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


