共用方式為


IHistoryRepository.GetCreateIfNotExistsScript 方法

定義

只有在記錄資料表不存在時,才會產生將建立記錄資料表的 SQL 腳本。

public string GetCreateIfNotExistsScript ();
abstract member GetCreateIfNotExistsScript : unit -> string
Public Function GetCreateIfNotExistsScript () As String

傳回

SQL 腳本。

適用於