ObjectStateEntry.GetUpdatableOriginalValues Method ()
Gets the updatable version of original values of the object associated with this ObjectStateEntry .
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] public abstract OriginalValueRecord GetUpdatableOriginalValues()
Return Value
Type: System.Data.Entity.Core.Objects.OriginalValueRecordThe updatable original values of object data.