ObjectSet<TEntity>::ApplyOriginalValues Method (TEntity)
.NET Framework (current version)
Sets the OriginalValues property of an ObjectStateEntry to match the property values of a supplied object.
Assembly: System.Data.Entity (in System.Data.Entity.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.
This method is a wrapper around the ApplyOriginalValues<TEntity> method.
.NET Framework
Available since 4.0
Available since 4.0
Show: