Condividi tramite


HistoryRepository.GetInsertScript(HistoryRow) Metodo

Definizione

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

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

Parametri

row
HistoryRow

Riga da inserire, rappresentata come HistoryRow entità.

Restituisce

SQL generato.

Implementazioni

Si applica a