Partager via


IHistoryRepository.GetInsertScript(HistoryRow) Méthode

Définition

Génère un script SQL pour insérer une ligne dans la table d’historique.

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

Paramètres

row
HistoryRow

Ligne à insérer, représentée sous la forme d’une HistoryRow entité.

Retours

SQL généré.

S’applique à