MigrationScaffolder Class
Entity Framework 5.0
Scaffolds code-based migrations to apply pending model changes to the database.
Namespace: System.Data.Entity.Migrations.Design
Assembly: EntityFramework (in EntityFramework.dll)
The MigrationScaffolder type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Namespace | Gets or sets the namespace used in the migration's generated code. By default, this is the same as MigrationsNamespace on the migrations configuration object passed into the constructor. For VB.NET projects, this will need to be updated to take into account the project's root namespace. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Scaffold(String) | Scaffolds a code based migration to apply any pending model changes to the database. |
![]() | Scaffold(String, Boolean) | Scaffolds a code based migration to apply any pending model changes to the database. |
![]() | ScaffoldInitialCreate | Scaffolds the initial code-based migration corresponding to a previously run database initializer. |
![]() | ToString | (Inherited from Object.) |
Show:
