MigratorBase.Update Method

Definition

Overloads

Update()

Updates the target database to the latest migration.

Update(String)

Updates the target database to a given migration.

Update()

Updates the target database to the latest migration.

public void Update ();
member this.Update : unit -> unit
Public Sub Update ()

Applies to

Update(String)

Updates the target database to a given migration.

public virtual void Update (string targetMigration);
abstract member Update : string -> unit
override this.Update : string -> unit
Public Overridable Sub Update (targetMigration As String)

Parameters

targetMigration
String

The migration to upgrade/downgrade to.

Applies to