Share via


IHistoryRepository.GetInsertScript(HistoryRow) Methode

Definition

Generiert ein SQL-Skript zum Einfügen einer Zeile in die Verlaufstabelle.

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

Parameter

row
HistoryRow

Die einzufügende Zeile, dargestellt als HistoryRow Entität.

Gibt zurück

Der generierte SQL-Code.

Gilt für: