Udostępnij za pośrednictwem


SaveChangesEventArgs Klasa

Definicja

Podstawowe argumenty zdarzeń dla zdarzeń DbContext.SaveChanges i DbContext.SaveChangesAsync .

public abstract class SaveChangesEventArgs : EventArgs
type SaveChangesEventArgs = class
    inherit EventArgs
Public MustInherit Class SaveChangesEventArgs
Inherits EventArgs
Dziedziczenie
SaveChangesEventArgs
Pochodne

Uwagi

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

Konstruktory

SaveChangesEventArgs(Boolean)

Tworzy podstawowe wystąpienie argumentów zdarzeń dla DbContext.SaveChanges zdarzeń lub DbContext.SaveChangesAsync .

Właściwości

AcceptAllChangesOnSuccess

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

Dotyczy