IEntityWithKey.EntityKey Property

Definition

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

public System.Data.Entity.Core.EntityKey EntityKey { get; set; }
member this.EntityKey : System.Data.Entity.Core.EntityKey with get, set
Public Property EntityKey As EntityKey

Property Value

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

Remarks

If an object is being managed by a change tracker, it is expected that IEntityChangeTracker methods EntityMemberChanging and EntityMemberChanged will be used to report changes on EntityKey. This allows the change tracker to validate the EntityKey's new value and to verify if the change tracker is in a state where it can allow updates to the EntityKey.

Applies to