ObjectSet<TEntity>.ApplyCurrentValues Method (TEntity)

 

Copies the scalar values from the supplied object into the object in the ObjectContext that has the same key.

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

public TEntity ApplyCurrentValues(
	TEntity currentEntity
)

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 .

Return Value

Type: TEntity

The updated object.