Udostępnij za pośrednictwem


SavedChangesEventArgs Klasa

Definicja

Argumenty zdarzeń dla SavedChanges zdarzenia.

public class SavedChangesEventArgs : Microsoft.EntityFrameworkCore.SaveChangesEventArgs
type SavedChangesEventArgs = class
    inherit SaveChangesEventArgs
Public Class SavedChangesEventArgs
Inherits SaveChangesEventArgs
Dziedziczenie
SavedChangesEventArgs

Uwagi

Aby uzyskać więcej informacji i przykłady, zobacz Zapisywanie danych wprogramach EF Core i EF Core .

Konstruktory

SavedChangesEventArgs(Boolean, Int32)

Tworzy nowe SavedChangesEventArgs wystąpienie z liczbą zapisanych jednostek.

Właściwości

AcceptAllChangesOnSuccess

Wartość przekazana do lub DbContext.SaveChangesDbContext.SaveChangesAsync.

(Odziedziczone po SaveChangesEventArgs)
EntitiesSavedCount

Liczba zapisanych jednostek.

Dotyczy