ScaffoldedMigration Class
Entity Framework 5.0
Represents a code-based migration that has been scaffolded and is ready to be written to a file.
Namespace: System.Data.Entity.Migrations.Design
Assembly: EntityFramework (in EntityFramework.dll)
The ScaffoldedMigration type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DesignerCode | Gets or sets the scaffolded migration code that should be stored in a code behind file. |
![]() | Directory | Gets or sets the subdirectory in the user's project that this migration should be saved in. |
![]() | Language | Gets or sets the programming language used for this migration. Typically used for the file extension of the generated code. |
![]() | MigrationId | Gets or sets the unique identifier for this migration. Typically used for the file name of the generated code. |
![]() | Resources | |
![]() | UserCode | Gets or sets the scaffolded migration code that the user can edit. |
Show:
