IHistoryRepository.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 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
Oluşturulan SQL.