ObjectStateEntry::CurrentValues Property

 

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

Namespace:   System.Data.Objects
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
Return to top
Show: