EntityKey::EntityKeyValues Property
.NET Framework (current version)
Gets or sets the key values associated with this EntityKey.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: [DataMemberAttribute] property array<EntityKeyMember^>^ EntityKeyValues { array<EntityKeyMember^>^ get(); void set(array<EntityKeyMember^>^ value); }
Property Value
Type: array<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.
.NET Framework
Available since 3.5
Available since 3.5
Show: