ObjectStateEntry::Entity Property

 

Gets the entity object.

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

public:
property Object^ Entity {
	virtual Object^ get() abstract;
}

Property Value

Type: System::Object^

The entity object.

.NET Framework
Available since 3.5
Return to top
Show: