Condividi tramite


SavedChangesEventArgs(Boolean, Int32) Costruttore

Definizione

Crea una nuova SavedChangesEventArgs istanza con il numero specificato di entità salvate.

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

Parametri

acceptAllChangesOnSuccess
Boolean

Valore passato a SaveChanges.

entitiesSavedCount
Int32

Numero di entità salvate.

Si applica a