Sdílet prostřednictvím


SavingChangesEventArgs(Boolean) Konstruktor

Definice

Vytvoří argumenty události pro DbContext.SavingChanges událost.

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

Parametry

acceptAllChangesOnSuccess
Boolean

Hodnota předaná SaveChanges.

Platí pro