MigratorLoggingDecorator Class
Entity Framework 5.0
Decorator to provide logging during migrations operations.
System.Object
System.Data.Entity.Migrations.Infrastructure.MigratorBase
System.Data.Entity.Migrations.Infrastructure.MigratorLoggingDecorator
System.Data.Entity.Migrations.Infrastructure.MigratorBase
System.Data.Entity.Migrations.Infrastructure.MigratorLoggingDecorator
Namespace: System.Data.Entity.Migrations.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
The MigratorLoggingDecorator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MigratorLoggingDecorator | Initializes a new instance of the MigratorLoggingDecorator class. |
| Name | Description | |
|---|---|---|
![]() | Configuration | Gets the configuration being used for the migrations process. (Inherited from MigratorBase.) |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetDatabaseMigrations | Gets a list of the migrations that have been applied to the database. (Inherited from MigratorBase.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetLocalMigrations | Gets a list of the migrations that are defined in the assembly. (Inherited from MigratorBase.) |
![]() | GetPendingMigrations | Gets a list of the pending migrations that have not been applied to the database. (Inherited from MigratorBase.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | Update | Updates the target database to the latest migration. (Inherited from MigratorBase.) |
![]() | Update(String) | Updates the target database to a given migration. (Inherited from MigratorBase.) |
Show:
