HistoryRepository.GetCreateIfNotExistsScript Method

Definition

Overridden by a database provider to generate a SQL script that will create the history table if and only if it does not already exist.

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

Returns

The SQL script.

Implements

Applies to