HistoryRepository.GetCreateIfNotExistsScript 方法

定义

由数据库提供程序替代,以生成 SQL 脚本,该脚本仅在历史记录表尚不存在时才创建历史记录表。

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

返回

SQL 脚本。

实现

适用于