Sdílet prostřednictvím


SavedChangesEventArgs(Boolean, Int32) Konstruktor

Definice

Vytvoří novou SavedChangesEventArgs instanci s daným počtem uložených entit.

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

Hodnota předaná saveChanges.

entitiesSavedCount
Int32

Počet uložených entit.

Platí pro