Sugerir traducción
 
Otros han sugerido:

progress indicator
No hay más sugerencias.
Evaluar y enviar comentarios
Contraer todo/Expandir todo Contraer todo
Ver contenido:  en paraleloVer contenido: en paralelo
.NET Framework Class Library
EntityKey..::.EntityKeyValues Property

Gets or sets the key values associated with this EntityKey.

Namespace:  System.Data
Assembly:  System.Data.Entity (in System.Data.Entity.dll)
Visual Basic
<DataMemberAttribute> _
Public Property EntityKeyValues As EntityKeyMember()
    Get
    Set
C#
[DataMemberAttribute]
public EntityKeyMember[] EntityKeyValues { get; set; }
Visual C++
[DataMemberAttribute]
public:
property array<EntityKeyMember^>^ EntityKeyValues {
    array<EntityKeyMember^>^ get ();
    void set (array<EntityKeyMember^>^ value);
}
F#
[<DataMemberAttribute>]
member EntityKeyValues : EntityKeyMember[] with get, set

Property Value

Type: array<System.Data..::.EntityKeyMember>[]()[]
A ReadOnlyCollection<(Of <(T>)>) of key values for this EntityKey.

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<(Of <(T>)>) each have a property name and a value in a KeyValuePair<(Of <(TKey, TValue>)>), where the key is the property name and the value is the actual value of that property on the object.

.NET Framework

Supported in: 4, 3.5 SP1

.NET Framework Client Profile

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Biblioteca de clases de .NET Framework
EntityKey..::.EntityKeyValues (Propiedad)

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

Espacio de nombres:  System.Data
Ensamblado:  System.Data.Entity (en System.Data.Entity.dll)
Visual Basic
<DataMemberAttribute> _
Public Property EntityKeyValues As EntityKeyMember()
    Get
    Set
C#
[DataMemberAttribute]
public EntityKeyMember[] EntityKeyValues { get; set; }
Visual C++
[DataMemberAttribute]
public:
property array<EntityKeyMember^>^ EntityKeyValues {
    array<EntityKeyMember^>^ get ();
    void set (array<EntityKeyMember^>^ value);
}
F#
[<DataMemberAttribute>]
member EntityKeyValues : EntityKeyMember[] with get, set

Valor de propiedad

Tipo: array<System.Data..::.EntityKeyMember>[]()[]
ReadOnlyCollection<(Of <(T>)>) de valores de clave para el objeto EntityKey.

La clase EntityKey contiene una copia de los valores que conforman la clave lógica especificada para este tipo de entidad.

Cada uno de los miembros de la ReadOnlyCollection<(Of <(T>)>) tiene un nombre de propiedad y un valor en un KeyValuePair<(Of <(TKey, TValue>)>), donde la clave es el nombre de la propiedad y el valor es el valor real de esa propiedad en el objeto.

.NET Framework

Compatible con: 4, 3.5 SP1

.NET Framework Client Profile

Compatible con: 4

Windows 7, Windows Vista SP1 o posterior, Windows XP SP3, Windows Server 2008 (no se admite Server Core), Windows Server 2008 R2 (se admite Server Core con SP1 o posterior), Windows Server 2003 SP2

.NET Framework no admite todas las versiones de todas las plataformas. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2012 Microsoft. Reservados todos los derechos. Términos de uso | Marcas Registradas | Privacidad
Page view tracker