DbMigrator Constructor (DbMigrationsConfiguration)

 

Initializes a new instance of the DbMigrator class.

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

public DbMigrator(
	DbMigrationsConfiguration configuration
)

Parameters

configuration
Type: System.Data.Entity.Migrations.DbMigrationsConfiguration

Configuration to be used for the migration process.