Condividi tramite


ChangeTracker.DetectedEntityChanges Evento

Definizione

Evento generato quando sono state rilevate modifiche a una singola entità, tramite una chiamata esplicita a DetectChanges() o DetectChanges()oppure automaticamente, ad esempio parte dell'esecuzione SaveChanges() o SaveChangesAsync(CancellationToken).

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

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 modifiche di EF Core .

Si applica a