Condividi tramite


SavingChangesEventArgs(Boolean) Costruttore

Definizione

Crea argomenti di evento per l'evento DbContext.SavingChanges .

public SavingChangesEventArgs (bool acceptAllChangesOnSuccess);
new Microsoft.EntityFrameworkCore.SavingChangesEventArgs : bool -> Microsoft.EntityFrameworkCore.SavingChangesEventArgs
Public Sub New (acceptAllChangesOnSuccess As Boolean)

Parametri

acceptAllChangesOnSuccess
Boolean

Valore passato a SaveChanges.

Si applica a