ChangeTracker.DetectingEntityChanges Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Un evento generato durante il rilevamento delle modifiche a una singola entità sta per verificarsi, tramite una chiamata esplicita a DetectChanges() o o o automaticamente, ad esempio parte dell'esecuzione SaveChanges() o DetectChanges()SaveChangesAsync(CancellationToken).
public event EventHandler<Microsoft.EntityFrameworkCore.ChangeTracking.DetectEntityChangesEventArgs> DetectingEntityChanges;
member this.DetectingEntityChanges : EventHandler<Microsoft.EntityFrameworkCore.ChangeTracking.DetectEntityChangesEventArgs>
Public Custom Event DetectingEntityChanges As EventHandler(Of DetectEntityChangesEventArgs)
Tipo evento
Commenti
AutoDetectChangesEnabled è impostato su false
per la durata dell'evento per impedire un ciclo infinito di chiamate automatiche ricorsive.
Per altre informazioni ed esempi, vedere Rilevamento delle modifiche di EF Core .