HistoryRepository.GetInsertScript(HistoryRow) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Oluşturulan SQL.