ObjectStateEntry::EntityKey Property

 

Gets or sets the entity key.

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

public:
property EntityKey^ EntityKey {
	virtual EntityKey^ get() abstract;
	internal: virtual void set(EntityKey^ value) abstract;
}

Property Value

Type: System.Data::EntityKey^

The entity key.

.NET Framework
Available since 3.5
Return to top
Show: