ObjectStateEntry.OriginalValues Property

 

Gets the read-only version of original values of the object or relationship.

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

[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
public abstract DbDataRecord OriginalValues { get; }

Property Value

Type: System.Data.Common.DbDataRecord

The read-only version of original values of the relationship set entry or entity.