EntityKey.EntityKeyValues Property
Gets or sets the key values associated with this EntityKey.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Property Value
Type: System.Data.EntityKeyMember[]A ReadOnlyCollection<T> of key values for this EntityKey.
The EntityKey class contains a copy of the values that make up the logical key that is specified for this type of entity.
The members of the ReadOnlyCollection<T> each have a property name and a value in a KeyValuePair<TKey, TValue>, where the key is the property name and the value is the actual value of that property on the object.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.