Compartir a través de


SavingChangesEventArgs Clase

Definición

Argumentos del evento para el evento SavingChanges.

public class SavingChangesEventArgs : Microsoft.EntityFrameworkCore.SaveChangesEventArgs
type SavingChangesEventArgs = class
    inherit SaveChangesEventArgs
Public Class SavingChangesEventArgs
Inherits SaveChangesEventArgs
Herencia
SavingChangesEventArgs

Comentarios

Consulte Guardar datos en eventos de EF Core y EF Core para obtener más información y ejemplos.

Constructores

SavingChangesEventArgs(Boolean)

Crea argumentos de evento para el DbContext.SavingChanges evento.

Propiedades

AcceptAllChangesOnSuccess

Valor pasado a DbContext.SaveChanges o DbContext.SaveChangesAsync.

(Heredado de SaveChangesEventArgs)

Se aplica a