MigratorBase Class
Entity Framework 5.0
Base class for decorators that wrap the core DbMigrator.
System.Object
System.Data.Entity.Migrations.Infrastructure.MigratorBase
System.Data.Entity.Migrations.DbMigrator
System.Data.Entity.Migrations.Infrastructure.MigratorLoggingDecorator
System.Data.Entity.Migrations.Infrastructure.MigratorScriptingDecorator
System.Data.Entity.Migrations.Infrastructure.MigratorBase
System.Data.Entity.Migrations.DbMigrator
System.Data.Entity.Migrations.Infrastructure.MigratorLoggingDecorator
System.Data.Entity.Migrations.Infrastructure.MigratorScriptingDecorator
Namespace: System.Data.Entity.Migrations.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
The MigratorBase type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetDatabaseMigrations | Gets a list of the migrations that have been applied to the database. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetLocalMigrations | Gets a list of the migrations that are defined in the assembly. |
![]() | GetPendingMigrations | Gets a list of the pending migrations that have not been applied to the database. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | Update | Updates the target database to the latest migration. |
![]() | Update(String) | Updates the target database to a given migration. |
Show:
