EntityObject.IEntityWithChangeTracker.SetChangeTracker Method
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.
Used by the ObjectStateManager to attach or detach this EntityObject to the cache.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
void IEntityWithChangeTracker.SetChangeTracker (System.Data.Entity.Core.Objects.DataClasses.IEntityChangeTracker changeTracker);
Sub SetChangeTracker (changeTracker As IEntityChangeTracker) Implements IEntityWithChangeTracker.SetChangeTracker
Parameters
- changeTracker
- IEntityChangeTracker
Reference to the ObjectStateEntry that contains this entity
Implements
- Attributes
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