Compartir a través de


EntityKey.EntityKeyValues Propiedad

Definición

Obtiene o establece los valores de clave asociados al objeto EntityKey en cuestión.

[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()

Valor de propiedad

de ReadOnlyCollection<T> valores de clave para este objeto EntityKey .

Atributos

Se aplica a