ObjectStateEntry Properties
.NET Framework (current version)
Namespace:
System.Data.Objects
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | CurrentValues | Gets the current property values of the object or relationship associated with this ObjectStateEntry. |
![]() | Entity | Gets the entity object. |
![]() | EntityKey | Gets or sets the entity key. |
![]() | EntitySet | Gets the EntitySetBase for the object or relationship. |
![]() | IsRelationship | Gets a value that indicates whether the ObjectStateEntry represents a relationship. |
![]() | ObjectStateManager | Gets the ObjectStateManager for the ObjectStateEntry. |
![]() | OriginalValues | Gets the read-only version of original values of the object or relationship. |
![]() | RelationshipManager | Gets the RelationshipManager instance for the object represented by entry. |
![]() | State | Gets or sets the state of the ObjectStateEntry. |
| Name | Description | |
|---|---|---|
![]() ![]() | IEntityChangeTracker::EntityState | Gets the EntityState for the ObjectStateEntry. |
Show:


