Condividi tramite


DbContext.SavingChanges Evento

Definizione

Evento generato all'inizio di una chiamata a SaveChanges o SaveChangesAsync

public event EventHandler<Microsoft.EntityFrameworkCore.SavingChangesEventArgs> SavingChanges;
public event EventHandler<Microsoft.EntityFrameworkCore.SavingChangesEventArgs>? SavingChanges;
member this.SavingChanges : EventHandler<Microsoft.EntityFrameworkCore.SavingChangesEventArgs> 
Public Event SavingChanges As EventHandler(Of SavingChangesEventArgs) 

Tipo evento

Commenti

Per altre informazioni ed esempi, vedere Salvare i dati neglieventi EF Core e EF Core .

Si applica a