次の方法で共有


IHistoryRepository.GetCreateIfNotExistsScript メソッド

定義

まだ存在しない場合にのみ履歴テーブルを作成する SQL スクリプトを生成します。

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

戻り値

SQL スクリプト。

適用対象