IEntityWithChangeTracker Interface
Definition
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.
Minimum interface that a data class must implement in order to be managed by a change tracker.
public interface IEntityWithChangeTracker
type IEntityWithChangeTracker = interface
Public Interface IEntityWithChangeTracker
- Derived
Methods
SetChangeTracker(IEntityChangeTracker) |
Gets or sets the IEntityChangeTracker used to report changes. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework