Property TrackChanges
TrackChanges
Gets or sets a value determining whether changes to the entity should be tracked. This property can be both accessed and set from outside the implementing class, allowing external control over whether the entity tracks changes.
bool TrackChanges { get; set; }