Expand description
Change tracking — entity state management, snapshots, and detection.
ChangeTracker is the single authoritative source for entity state, original
snapshots, and modified-property lists. DbSet holds only the typed entity
entry_id; tracking state lives here, joined byentry_idduring save.
Structs§
- Change
Tracker - Tracks changes to entities within a DbContext.
- Entity
Entry - A public read-only view of a tracked entry.
- Entity
Entry View - Lightweight, type-erased view of a pending entity entry used to build
SaveChangesContextfor interceptors.