Condividi tramite


SaveChangesEventArgs(Boolean) Costruttore

Definizione

Crea un'istanza di argomenti evento di base per DbContext.SaveChanges o DbContext.SaveChangesAsync eventi.

protected SaveChangesEventArgs (bool acceptAllChangesOnSuccess);
new Microsoft.EntityFrameworkCore.SaveChangesEventArgs : bool -> Microsoft.EntityFrameworkCore.SaveChangesEventArgs
Protected Sub New (acceptAllChangesOnSuccess As Boolean)

Parametri

acceptAllChangesOnSuccess
Boolean

Valore passato a SaveChanges.

Si applica a