Sdílet prostřednictvím


SaveChangesEventArgs(Boolean) Konstruktor

Definice

Vytvoří instanci argumentů základní události pro DbContext.SaveChanges události nebo DbContext.SaveChangesAsync .

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

Parametry

acceptAllChangesOnSuccess
Boolean

Hodnota předaná SaveChanges.

Platí pro