ObjectSet<TEntity>.ApplyOriginalValues Method (TEntity)
Sets the OriginalValues property of an ObjectStateEntry to match the property values of a supplied object.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- originalEntity
-
Type:
TEntity
The detached object that has property updates to apply to the original object. The entity key of originalEntity must match the EntityKey property of an entry in the ObjectContext .