ObjectStateEntry.CurrentValues Property
Gets the current property values of the object or relationship associated with this ObjectStateEntry .
Assembly: EntityFramework (in EntityFramework.dll)
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)] public abstract CurrentValueRecord CurrentValues { get; }
Property Value
Type: System.Data.Entity.Core.Objects.CurrentValueRecordA CurrentValueRecord that contains the current values of the object or relationship associated with this ObjectStateEntry .