Share via


ObjectStateEntry.OriginalValues Property

Definition

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

[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public abstract System.Data.Common.DbDataRecord OriginalValues { get; }
member this.OriginalValues : System.Data.Common.DbDataRecord
Public MustOverride ReadOnly Property OriginalValues As DbDataRecord

Property Value

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

Implements

System.Data.Entity.Core.IEntityStateEntry.OriginalValues
Attributes

Applies to