ObjectStateEntry.CurrentValues Property

 

Gets the current property values of the object or relationship associated with this ObjectStateEntry .

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

[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
public abstract CurrentValueRecord CurrentValues { get; }

Property Value

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

A CurrentValueRecord that contains the current values of the object or relationship associated with this ObjectStateEntry .