ObjectSet<TEntity>::ApplyCurrentValues Method (TEntity)
.NET Framework (current version)
Copies the scalar values from the supplied object into the object in the ObjectContext that has the same key.
Assembly: System.Data.Entity (in System.Data.Entity.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.
This method is a wrapper around the ApplyCurrentValues<TEntity> method.
.NET Framework
Available since 4.0
Available since 4.0
Show: