ChangeTracker.Tracking Event
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An event fired when an entity is about to be tracked by the context, either because it is returned from a tracking query, or because it is being attached or added to the context.
C#
public event EventHandler<Microsoft.EntityFrameworkCore.ChangeTracking.EntityTrackingEventArgs> Tracking;
member this.Tracking : EventHandler<Microsoft.EntityFrameworkCore.ChangeTracking.EntityTrackingEventArgs>
Public Custom Event Tracking As EventHandler(Of EntityTrackingEventArgs)
See EF Core change tracking for more information and examples.
Proizvod | Verzije |
---|---|
Entity Framework Core | 7.0, 8.0, 9.0 |
Sarađujte sa nama na GitHub-u
Izvor za ovaj sadržaj možete da pronađete u usluzi GitHub, gde možete i da kreirate i pregledate probleme i povučete zahteve. Više informacija potražite u našem vodiču za saradnike.
Povratne informacije za Entity Framework
Entity Framework je projekat otvorenog koda. Izaberite vezu da biste pružili povratne informacije: