Sdílet prostřednictvím


EntityKey.EntityKeyValues Vlastnost

Definice

Získá nebo nastaví hodnoty klíče přidružené k tomuto 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()

Hodnota vlastnosti

A ReadOnlyCollection<T> hodnot klíčů pro tuto EntityKey hodnotu .

Atributy

Platí pro