Méthode ExtensionMethods.Key (IEdmEntityTypeReference)
Obtient la clé.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function Key ( _
type As IEdmEntityTypeReference _
) As IEnumerable(Of IEdmStructuralProperty)
'Utilisation
Dim type As IEdmEntityTypeReference
Dim returnValue As IEnumerable(Of IEdmStructuralProperty)
returnValue = type.Key()
public static IEnumerable<IEdmStructuralProperty> Key(
this IEdmEntityTypeReference type
)
[ExtensionAttribute]
public:
static IEnumerable<IEdmStructuralProperty^>^ Key(
IEdmEntityTypeReference^ type
)
static member Key :
type:IEdmEntityTypeReference -> IEnumerable<IEdmStructuralProperty>
public static function Key(
type : IEdmEntityTypeReference
) : IEnumerable<IEdmStructuralProperty>
Paramètres
- type
Type : Microsoft.Data.Edm.IEdmEntityTypeReference
Référence à un type entité.
Valeur de retour
Type : System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
La clé.
Remarque relative à l'utilisation
En Visual Basic et C#, vous pouvez appeler cette méthode comme méthode d'instance sur tout objet de type IEdmEntityTypeReference. Lorsque vous utilisez la syntaxe de la méthode d'instance pour appeler cette méthode, omettez le premier paramètre. Pour plus d'informations, consultez https://msdn.microsoft.com/fr-fr/library/bb384936(v=vs.103) ou https://msdn.microsoft.com/fr-fr/library/bb383977(v=vs.103).