Condividi tramite


EntityKey.EntityKeyValues Proprietà

Definizione

Ottiene o imposta i valori di chiave associati a questo oggetto EntityKey.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Required for this feature")]
[System.Runtime.Serialization.DataMember]
public System.Data.Entity.Core.EntityKeyMember[] EntityKeyValues { get; set; }
member this.EntityKeyValues : System.Data.Entity.Core.EntityKeyMember[] with get, set
Public Property EntityKeyValues As EntityKeyMember()

Valore della proprietà

Oggetto ReadOnlyCollection<T> di valori chiave per questo EntityKey oggetto .

Attributi

Si applica a