EntityKey.EntityKeyValues Property

Definition

Gets or sets the key values associated with this EntityKey.

C#
[System.Runtime.Serialization.DataMember]
public System.Data.EntityKeyMember[] EntityKeyValues { get; set; }

Property Value

A ReadOnlyCollection<T> of key values for this EntityKey.

Attributes

Remarks

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.

Applies to

Toode Versioonid
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1