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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework