共用方式為


IHistoryRepository.GetBeginIfNotExistsScript(String) 方法

定義

只有在具有指定識別碼的移轉尚未存在於歷程記錄資料表中時,才會產生 SQL 腳本 BEGIN ,以封鎖 SQL。

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

參數

migrationId
String

移轉識別碼。

傳回

產生的 SQL。

適用於