DbMigrator.Update Method

 

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

NameDescription
System_CAPS_pubmethodUpdate()

Updates the target database to the latest migration.(Inherited from MigratorBase.)

System_CAPS_pubmethodUpdate(String)

Updates the target database to a given migration.(Overrides MigratorBase.Update(String).)


DbMigrator.Update Method (String)

Updates the target database to a given migration.

public override void Update(
	string targetMigration
)

Parameters

targetMigration
Type: System.String

The migration to upgrade/downgrade to.