Compartir a través de


EdmEntityType.DeclaredKey Propiedad

Obtiene las propiedades estructurales del tipo de entidad que constituyen la clave de entidad.

Espacio de nombres:  Microsoft.Data.Edm.Library
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property DeclaredKey As IEnumerable(Of IEdmStructuralProperty)
    Get
'Uso
Dim instance As EdmEntityType
Dim value As IEnumerable(Of IEdmStructuralProperty)

value = instance.DeclaredKey
public virtual IEnumerable<IEdmStructuralProperty> DeclaredKey { get; }
public:
virtual property IEnumerable<IEdmStructuralProperty^>^ DeclaredKey {
    IEnumerable<IEdmStructuralProperty^>^ get ();
}
abstract DeclaredKey : IEnumerable<IEdmStructuralProperty>
override DeclaredKey : IEnumerable<IEdmStructuralProperty>
function get DeclaredKey () : IEnumerable<IEdmStructuralProperty>

Valor de la propiedad

Tipo: System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
Propiedades estructurales del tipo de entidad.

Implementa

IEdmEntityType.DeclaredKey

Vea también

Referencia

EdmEntityType Clase

Espacio de nombres Microsoft.Data.Edm.Library