IHistoryRepository.GetInsertScript(HistoryRow) Yöntem

Tanım

geçmiş tablosuna bir 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

Bir varlık olarak temsil edilen eklenecek satır HistoryRow .

Döndürülenler

String

Oluşturulan SQL.

Şunlara uygulanır