ObjectSet<TEntity>.ApplyOriginalValues Method (TEntity)

 

Sets the OriginalValues property of an ObjectStateEntry to match the property values of a supplied object.

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

public TEntity ApplyOriginalValues(
	TEntity originalEntity
)

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 .

Return Value

Type: TEntity

The updated object.