MigratorBase.Update Method

 

Updates the target database to the latest migration.

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

NameDescription
System_CAPS_pubmethodUpdate()

Updates the target database to the latest migration.

System_CAPS_pubmethodUpdate(String)

Updates the target database to a given migration.


MigratorBase.Update Method ()

Updates the target database to the latest migration.

public void Update()

MigratorBase.Update Method (String)

Updates the target database to a given migration.

public virtual void Update(
	string targetMigration
)

Parameters

targetMigration
Type: System.String

The migration to upgrade/downgrade to.