ObjectStateEntry.OriginalValues Property
Gets the read-only version of original values of the object or relationship.
Assembly: EntityFramework (in EntityFramework.dll)
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)] public abstract DbDataRecord OriginalValues { get; }
Property Value
Type: System.Data.Common.DbDataRecordThe read-only version of original values of the relationship set entry or entity.