Condividi tramite


ChangeTracker.DetectingAllChanges Evento

Definizione

Evento generato durante il rilevamento delle modifiche apportate al grafico delle entità, tramite una chiamata esplicita a DetectChanges()o automaticamente, ad esempio parte dell'esecuzione SaveChanges() o SaveChangesAsync(CancellationToken).

public event EventHandler<Microsoft.EntityFrameworkCore.ChangeTracking.DetectChangesEventArgs> DetectingAllChanges;
member this.DetectingAllChanges : EventHandler<Microsoft.EntityFrameworkCore.ChangeTracking.DetectChangesEventArgs> 
Public Custom Event DetectingAllChanges As EventHandler(Of DetectChangesEventArgs) 

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 .

Si applica a