IHistoryRepository.GetBeginIfExistsScript(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
只有在具有指定識別碼的移轉已存在於歷程記錄資料表中時,才會產生 SQL 腳本,此腳本將會 BEGIN
是 SQL 區塊。
public string GetBeginIfExistsScript (string migrationId);
abstract member GetBeginIfExistsScript : string -> string
Public Function GetBeginIfExistsScript (migrationId As String) As String
參數
- migrationId
- String
移轉識別碼。
傳回
產生的 SQL。