Udostępnij za pośrednictwem


SavedChangesEventArgs(Boolean, Int32) Konstruktor

Definicja

Tworzy nowe SavedChangesEventArgs wystąpienie z liczbą zapisanych jednostek.

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

Parametry

acceptAllChangesOnSuccess
Boolean

Wartość przekazana do polecenia SaveChanges.

entitiesSavedCount
Int32

Liczba zapisanych jednostek.

Dotyczy