ObjectStateEntry.ApplyOriginalValues Method (Object)
Sets the original values of the entry to match the property values of a supplied object.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- originalEntity
-
Type:
System.Object
The detached object that has original values to apply to the object. originalEntity can also be the object’s entity key.