ObjectSet<TEntity>.ApplyCurrentValues Method (TEntity)
Copies the scalar values from the supplied object into the object in the ObjectContext that has the same key.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- currentEntity
-
Type:
TEntity
The detached object that has property updates to apply to the original object. The entity key of currentEntity must match the EntityKey property of an entry in the ObjectContext .