共用方式為


MigratorBase.Update 方法

定義

多載

Update()

將目標資料庫更新至最新的移轉。

Update(String)

更新目標資料庫至指定的移轉。

Update()

將目標資料庫更新至最新的移轉。

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

適用於

Update(String)

更新目標資料庫至指定的移轉。

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

參數

targetMigration
String

要升級/降級至的移轉。

適用於