Méthode ExtensionMethods.DeclaredNavigationProperties (IEdmEntityTypeReference)
Obtient les propriétés de navigation déclarées.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function DeclaredNavigationProperties ( _
type As IEdmEntityTypeReference _
) As IEnumerable(Of IEdmNavigationProperty)
'Utilisation
Dim type As IEdmEntityTypeReference
Dim returnValue As IEnumerable(Of IEdmNavigationProperty)
returnValue = type.DeclaredNavigationProperties()
public static IEnumerable<IEdmNavigationProperty> DeclaredNavigationProperties(
this IEdmEntityTypeReference type
)
[ExtensionAttribute]
public:
static IEnumerable<IEdmNavigationProperty^>^ DeclaredNavigationProperties(
IEdmEntityTypeReference^ type
)
static member DeclaredNavigationProperties :
type:IEdmEntityTypeReference -> IEnumerable<IEdmNavigationProperty>
public static function DeclaredNavigationProperties(
type : IEdmEntityTypeReference
) : IEnumerable<IEdmNavigationProperty>
Paramètres
- type
Type : Microsoft.Data.Edm.IEdmEntityTypeReference
Référence à un type entité.
Valeur de retour
Type : System.Collections.Generic.IEnumerable<IEdmNavigationProperty>
Collection de propriétés de navigation déclarées.
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).