Sdílet prostřednictvím


SavingChangesEventArgs Třída

Definice

Argumenty události pro SavingChanges událost.

public class SavingChangesEventArgs : Microsoft.EntityFrameworkCore.SaveChangesEventArgs
type SavingChangesEventArgs = class
    inherit SaveChangesEventArgs
Public Class SavingChangesEventArgs
Inherits SaveChangesEventArgs
Dědičnost
SavingChangesEventArgs

Poznámky

Další informace a příklady najdete v tématu Ukládání dat vudálostech EF Core a EF Core .

Konstruktory

SavingChangesEventArgs(Boolean)

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

Vlastnosti

AcceptAllChangesOnSuccess

Hodnota předaná do DbContext.SaveChanges nebo DbContext.SaveChangesAsync.

(Zděděno od SaveChangesEventArgs)

Platí pro