Condividi tramite


IHistoryRepository.GetInsertScript(HistoryRow) Metodo

Definizione

Genera uno script SQL per inserire una riga nella tabella della cronologia.

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

Parametri

row
HistoryRow

Riga da inserire, rappresentata come HistoryRow entità.

Restituisce

SQL generato.

Si applica a