Partager via


Propriété EdmEntityType.DeclaredKey

Obtient les propriétés structurelles du type d'entité qui composent la clé d'entité.

Espace de noms :  Microsoft.Data.Edm.Library
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property DeclaredKey As IEnumerable(Of IEdmStructuralProperty)
    Get
'Utilisation
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>

Valeur de propriété

Type : System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
Propriétés structurelles du type d'entité.

Implémente

IEdmEntityType.DeclaredKey

Voir aussi

Référence

EdmEntityType Classe

Espace de noms Microsoft.Data.Edm.Library