MigratorBase Constructor (MigratorBase)

 

Initializes a new instance of the MigratorBase class.

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

protected MigratorBase(
	MigratorBase innerMigrator
)

Parameters

innerMigrator
Type: System.Data.Entity.Migrations.Infrastructure.MigratorBase

The migrator that this decorator is wrapping.