ObjectStateEntry Methods
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | AcceptChanges() | Accepts the current values as original values. |
![]() | ApplyCurrentValues(Object^) | Sets the current values of the entry to match the property values of a supplied object. |
![]() | ApplyOriginalValues(Object^) | Sets the original values of the entry to match the property values of a supplied object. |
![]() | ChangeState(EntityState) | Changes state of the entry to the specified EntityState value. |
![]() | Delete() | Marks an entity as deleted. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetModifiedProperties() | Returns the names of an object’s properties that have changed since the last time SaveChanges was called. |
![]() | GetType() | |
![]() | GetUpdatableOriginalValues() | Gets the updatable version of original values of the object associated with this ObjectStateEntry. |
![]() | IsPropertyChanged(String^) | Uses DetectChanges to determine whether or not the current value of the property with the given name is different from its original value. Note that this may be different from the property being marked as modified since a property which has not changed can still be marked as modified. |
![]() | MemberwiseClone() | |
![]() | RejectPropertyChanges(String^) | Rejects any changes made to the property with the given name since the property was last loaded, attached, saved, or changes were accepted. The orginal value of the property is stored and the property will no longer be marked as modified. |
![]() | SetModified() | Sets the state of the object or relationship to modify. |
![]() | SetModifiedProperty(String^) | Marks the specified property as modified. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEntityChangeTracker::EntityComplexMemberChanged(String^, Object^, String^) | Notifies the state manager that a complex property has changed. |
![]() ![]() | IEntityChangeTracker::EntityComplexMemberChanging(String^, Object^, String^) | Notifies the state manager that a complex property has a pending change. |
![]() ![]() | IEntityChangeTracker::EntityMemberChanged(String^) | Notifies the state manager that a property has changed. |
![]() ![]() | IEntityChangeTracker::EntityMemberChanging(String^) | Notifies the state manager that a property has a pending change. |



