EntityKey.EntityKeyValues Property

 

Gets or sets the key values that identify the entity.

Namespace:   System.Data.Entity.Core
Assembly:  EntityFramework (in EntityFramework.dll)

[DataMemberAttribute]
[SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", 
	Justification = "Required for this feature")]
public EntityKeyMember[] EntityKeyValues { get; set; }

Property Value

Type: System.Data.Entity.Core.EntityKeyMember[]

The key values that identify the entity.