MigrationScaffolder Class
Scaffolds code-based migrations to apply pending model changes to the database.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | MigrationScaffolder(DbMigrationsConfiguration) | Initializes a new instance of the MigrationScaffolder class. |
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(Object) | (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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.