The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
System.Data.Entity.Migrations.Sql Namespace
Entity Framework 6.0
The System.Data.Entity.Migrations.Sql namespace 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. 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. |
Show:
