Aracılığıyla paylaş


SavedChangesEventArgs(Boolean, Int32) Oluşturucu

Tanım

Belirtilen sayıda varlığın kaydedildiği yeni SavedChangesEventArgs bir örnek oluşturur.

public SavedChangesEventArgs (bool acceptAllChangesOnSuccess, int entitiesSavedCount);
new Microsoft.EntityFrameworkCore.SavedChangesEventArgs : bool * int -> Microsoft.EntityFrameworkCore.SavedChangesEventArgs
Public Sub New (acceptAllChangesOnSuccess As Boolean, entitiesSavedCount As Integer)

Parametreler

acceptAllChangesOnSuccess
Boolean

SaveChanges'e geçirilen değer.

entitiesSavedCount
Int32

Kaydedilen varlık sayısı.

Şunlara uygulanır