IHistoryRepository.GetCreateIfNotExistsScript 方法

定义

生成一个 SQL 脚本,该脚本仅在历史记录表尚不存在时才创建历史记录表。

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

返回

SQL 脚本。

适用于