System.Data.Entity.Migrations.Sql Namespace

Classes

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.

Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

SqlCeMigrationSqlGenerator

Provider to convert provider agnostic migration operations into SQL commands that can be run against Microsoft SQL Server Compact Edition.

SqlServerMigrationSqlGenerator

Provider to convert provider agnostic migration operations into SQL commands that can be run against a Microsoft SQL Server database.