System.Data.Entity.Migrations.Sql Namespace
Entity Framework 5.0
Provides classes for converting provider agnostic migrations into SQL commands.
| Class | Description | |
|---|---|---|
|
MigrationSqlGenerator | Common base class for providers that convert provider-agnostic migration operations into database provider specific SQL commands. |
|
MigrationStatement | Represents a migration operation that has been translated into a SQL statement. |
|
SqlCeMigrationSqlGenerator | Represents a provider to convert provider agnostic migration operations into SQL commands that can be run against Microsoft SQL Server Compact Edition. |
|
SqlServerMigrationSqlGenerator | Represents a provider to convert provider agnostic migration operations into SQL commands that can be run against Microsoft SQL Server. |
Show: