HistoryRepository.GetInsertScript(HistoryRow) Yöntem

Tanım

Geçmiş tablosuna SQL eklemek için bir komut dosyası üretir.

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

Parametreler

row
HistoryRow

Eklen bir varlık olarak temsil edilen HistoryRow satır.

Döndürülenler

String

Oluşturulan SQL.

Uygulamalar

Şunlara uygulanır