共用方式為


IHistoryRepository.GetBeginIfExistsScript(String) 方法

定義

只有在具有指定識別碼的移轉已存在於歷程記錄資料表中時,才會產生 SQL 腳本,此腳本將會 BEGIN 是 SQL 區塊。

public string GetBeginIfExistsScript (string migrationId);
abstract member GetBeginIfExistsScript : string -> string
Public Function GetBeginIfExistsScript (migrationId As String) As String

參數

migrationId
String

移轉識別碼。

傳回

產生的 SQL。

適用於