Partager via


Méthode ExtensionMethods.NavigationProperties (IEdmEntityType)

Obtient les propriétés de navigation avec le type spécifié.

Espace de noms :  Microsoft.Data.Edm
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
<ExtensionAttribute> _
Public Shared Function NavigationProperties ( _
    type As IEdmEntityType _
) As IEnumerable(Of IEdmNavigationProperty)
'Utilisation
Dim type As IEdmEntityType
Dim returnValue As IEnumerable(Of IEdmNavigationProperty)

returnValue = type.NavigationProperties()
public static IEnumerable<IEdmNavigationProperty> NavigationProperties(
    this IEdmEntityType type
)
[ExtensionAttribute]
public:
static IEnumerable<IEdmNavigationProperty^>^ NavigationProperties(
    IEdmEntityType^ type
)
static member NavigationProperties : 
        type:IEdmEntityType -> IEnumerable<IEdmNavigationProperty> 
public static function NavigationProperties(
    type : IEdmEntityType
) : IEnumerable<IEdmNavigationProperty>

Paramètres

Valeur de retour

Type : System.Collections.Generic.IEnumerable<IEdmNavigationProperty>
Propriétés de navigation.

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 IEdmEntityType. 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).

Voir aussi

Référence

ExtensionMethods Classe

Surcharge NavigationProperties

Espace de noms Microsoft.Data.Edm