ObjectStateEntry Properties
The ObjectStateEntry type exposes the following members.
| Name | Description | |
|---|---|---|
|
CurrentValues | Gets the current property values of the object or relationship associated with this ObjectStateEntry. |
|
Entity | Gets the object associated with this ObjectStateEntry. |
|
EntityKey | Gets the EntityKey associated with the ObjectStateEntry. |
|
EntitySet | Gets the EntitySetBase for the object or relationship associated with this ObjectStateEntry. |
|
IsRelationship | Gets a Boolean value that indicates whether this ObjectStateEntry represents a relationship. |
|
ObjectStateManager | Gets the ObjectStateManager for this ObjectStateEntry. |
|
OriginalValues | Gets the read-only version of original values of the object or relationship associated with this ObjectStateEntry. To get updatable original values, use GetUpdatableOriginalValues. |
|
RelationshipManager | Returns a RelationshipManager instance for the object represented by entry. |
|
State | Gets the state of this ObjectStateEntry. |
| Name | Description | |
|---|---|---|
|
IEntityChangeTracker.EntityState | Gets the EntityState for the ObjectStateEntry. |