IHistoryRepository.GetDeleteScript(String) Method

Definition

Generates a SQL script to delete a row from the history table.

public string GetDeleteScript (string migrationId);
abstract member GetDeleteScript : string -> string
Public Function GetDeleteScript (migrationId As String) As String

Parameters

migrationId
String

The migration identifier of the row to delete.

Returns

The generated SQL.

Applies to