IEntityChangeTracker 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.
This interface is implemented by a change tracker and is used by data classes to report changes
public interface IEntityChangeTracker
type IEntityChangeTracker = interface
Public Interface IEntityChangeTracker
- Derived
Properties
EntityState |
Gets current state of a tracked object. |
Methods
EntityComplexMemberChanged(String, Object, String) |
Notifies the change tracker that a property of a complex type has changed. |
EntityComplexMemberChanging(String, Object, String) |
Notifies the change tracker of a pending change to a complex property. |
EntityMemberChanged(String) |
Notifies the change tracker that a property of an entity type has changed. |
EntityMemberChanging(String) |
Notifies the change tracker of a pending change to a property of an entity type. |
Applies to
Entity Framework