IHistoryRepository.GetInsertScript(HistoryRow) Method

Definition

Generates a SQL script to insert a row into the history table.

public string GetInsertScript (Microsoft.EntityFrameworkCore.Migrations.HistoryRow row);
abstract member GetInsertScript : Microsoft.EntityFrameworkCore.Migrations.HistoryRow -> string
Public Function GetInsertScript (row As HistoryRow) As String

Parameters

row
HistoryRow

The row to insert, represented as a HistoryRow entity.

Returns

The generated SQL.

Applies to