Propriété IEdmEntityType.DeclaredKey
Obtient les propriétés structurelles du type d'entité qui composent la clé d'entité.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
ReadOnly Property DeclaredKey As IEnumerable(Of IEdmStructuralProperty)
Get
'Utilisation
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>
Valeur de propriété
Type : System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
Propriétés structurelles du type d'entité.