MigratorBase Class

 

Represents a base class for decorators that wrap the core DbMigrator.

Namespace:   System.Data.Entity.Migrations.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)


[DebuggerStepThroughAttribute]
public abstract class MigratorBase

NameDescription
System_CAPS_protmethodMigratorBase(MigratorBase)

Initializes a new instance of the MigratorBase class.

NameDescription
System_CAPS_pubpropertyConfiguration

Gets the configuration being used for the migrations process.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetDatabaseMigrations()

Gets a list of the migrations that have been applied to the database.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLocalMigrations()

Gets a list of the migrations that are defined in the assembly.

System_CAPS_pubmethodGetPendingMigrations()

Gets a list of the pending migrations that have not been applied to the database.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUpdate()

Updates the target database to the latest migration.

System_CAPS_pubmethodUpdate(String)

Updates the target database to a given migration.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.