HistoryRepository.GetInsertScript(HistoryRow) Method

Definition

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

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

Parameters

row
HistoryRow

The row to insert, represented as a HistoryRow entity.

Returns

The generated SQL.

Implements

Applies to