IHistoryRepository.GetInsertScript(HistoryRow) Yöntem

Tanım

Geçmiş tablosuna satır eklemek için bir SQL betiği oluşturur.

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

Parametreler

row
HistoryRow

Eklenecek satır, varlık HistoryRow olarak temsil edilir.

Döndürülenler

Oluşturulan SQL.

Şunlara uygulanır