SavingChangesEventArgs(Boolean) Constructor

Definition

Creates event arguments for the DbContext.SavingChanges event.

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

Parameters

acceptAllChangesOnSuccess
Boolean

The value passed to SaveChanges.

Applies to