Partager via


ExtensionMethods.FindNavigationProperty Méthode

Définition

Recherche une propriété de navigation déclarée dans la définition de cette référence par nom.

public static Microsoft.OData.Edm.IEdmNavigationProperty FindNavigationProperty (this Microsoft.OData.Edm.IEdmStructuredTypeReference type, string name);
static member FindNavigationProperty : Microsoft.OData.Edm.IEdmStructuredTypeReference * string -> Microsoft.OData.Edm.IEdmNavigationProperty
<Extension()>
Public Function FindNavigationProperty (type As IEdmStructuredTypeReference, name As String) As IEdmNavigationProperty

Paramètres

type
IEdmStructuredTypeReference

Référence à l'objet appelant.

name
String

Nom de la propriété de navigation à rechercher.

Retours

Propriété de navigation demandée si elle existe. Sinon, valeur Null.

S’applique à