IHistoryRepository.GetCreateScript Method

Definition

Generates a SQL script that will create the history table.

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

Returns

The SQL script.

Applies to