EntityKey.EntityKeyValues Proprietà

Definizione

Ottiene o imposta i valori di chiave associati all'oggetto EntityKey.

public:
 property cli::array <System::Data::EntityKeyMember ^> ^ EntityKeyValues { cli::array <System::Data::EntityKeyMember ^> ^ get(); void set(cli::array <System::Data::EntityKeyMember ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Data.EntityKeyMember[] EntityKeyValues { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.EntityKeyValues : System.Data.EntityKeyMember[] with get, set
Public Property EntityKeyValues As EntityKeyMember()

Valore della proprietà

Oggetto ReadOnlyCollection<T> di valori chiave per questo EntityKeyoggetto .

Attributi

Commenti

La EntityKey classe contiene una copia dei valori che costituiscono la chiave logica specificata per questo tipo di entità.

I membri di ReadOnlyCollection<T> ognuno hanno un nome di proprietà e un valore in un KeyValuePair<TKey,TValue>oggetto , dove la chiave è il nome della proprietà e il valore è il valore effettivo di tale proprietà sull'oggetto.

Si applica a