SavedChangesEventArgs(Boolean, Int32) Konstruktor

Definition

Erstellt eine neue SavedChangesEventArgs instance mit der angegebenen Anzahl gespeicherter Entitäten.

public SavedChangesEventArgs (bool acceptAllChangesOnSuccess, int entitiesSavedCount);
new Microsoft.EntityFrameworkCore.SavedChangesEventArgs : bool * int -> Microsoft.EntityFrameworkCore.SavedChangesEventArgs
Public Sub New (acceptAllChangesOnSuccess As Boolean, entitiesSavedCount As Integer)

Parameter

acceptAllChangesOnSuccess
Boolean

Der an SaveChanges übergebene Wert.

entitiesSavedCount
Int32

Die Anzahl der gespeicherten Entitäten.

Gilt für: