Share via


HistoryRepository.GetCreateScript Method

Definition

Generates a SQL script that will create the history table.

public virtual string GetCreateScript ();
abstract member GetCreateScript : unit -> string
override this.GetCreateScript : unit -> string
Public Overridable Function GetCreateScript () As String

Returns

The SQL script.

Implements

Applies to