ObjectStateEntry.GetUpdatableOriginalValues Method ()

 

Gets the updatable version of original values of the object associated with this ObjectStateEntry .

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

[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public abstract OriginalValueRecord GetUpdatableOriginalValues()

Return Value

Type: System.Data.Entity.Core.Objects.OriginalValueRecord

The updatable original values of object data.