IHistoryRepository.GetCreateIfNotExistsScript Method

Definition

Generates a SQL script that will create the history table if and only if it does not already exist.

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

Returns

The SQL script.

Applies to