Share via


HistoryRepository.GetInsertScript(HistoryRow) Methode

Definition

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

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

Parameter

row
HistoryRow

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

Gibt zurück

Das generierte SQL.

Implementiert

Gilt für: