SaveChangesEventArgs(Boolean) Constructor

Definition

Creates a base event arguments instance for DbContext.SaveChanges or DbContext.SaveChangesAsync events.

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

Parameters

acceptAllChangesOnSuccess
Boolean

The value passed to SaveChanges.

Applies to