Condividi tramite


Proprietà IEdmEntityType.DeclaredKey

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

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

Sintassi

'Dichiarazione
ReadOnly Property DeclaredKey As IEnumerable(Of IEdmStructuralProperty)
    Get
'Utilizzo
Dim instance As IEdmEntityType
Dim value As IEnumerable(Of IEdmStructuralProperty)

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

Valore proprietà

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

Vedere anche

Riferimento

IEdmEntityType Interfaccia

Spazio dei nomi Microsoft.Data.Edm