ObjectStateEntry::CurrentValues Property
.NET Framework (current version)
Gets the current property values of the object or relationship associated with this ObjectStateEntry.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: property CurrentValueRecord^ CurrentValues { virtual CurrentValueRecord^ get() abstract; }
Property Value
Type: System.Data.Objects::CurrentValueRecord^A CurrentValueRecord that contains the current values of the object or relationship associated with this ObjectStateEntry.
.NET Framework
Available since 3.5
Available since 3.5
Show: