IEntityWithKey::EntityKey Property

 

Gets or sets the EntityKey for instances of entity types that implement this interface.

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

property EntityKey^ EntityKey {
	EntityKey^ get();
	void set(EntityKey^ value);
}

Property Value

Type: System.Data::EntityKey^

The EntityKey for instances of entity types that implement this interface.

Object Services uses the EntityKey property to manage objects in the object context.

For more information, see Identity Resolution, State Management, and Change Tracking and Tracking Changes in POCO Entities.

.NET Framework
Available since 3.5
Return to top
Show: