Condividi tramite


Proprietà EdmEntityType.DeclaredKey

Ottiene le proprietà strutturali del tipo di entità che costituiscono la chiave di entità.

Spazio dei nomi  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property DeclaredKey As IEnumerable(Of IEdmStructuralProperty)
    Get
'Utilizzo
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>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
Proprietà strutturali del tipo di entità.

Implementa

IEdmEntityType.DeclaredKey

Vedere anche

Riferimento

EdmEntityType Classe

Spazio dei nomi Microsoft.Data.Edm.Library