ExtensionMethods.GetPartnerPath(IEdmNavigationProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the partner path of a navigation property.
public static Microsoft.OData.Edm.IEdmPathExpression GetPartnerPath (this Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty);
static member GetPartnerPath : Microsoft.OData.Edm.IEdmNavigationProperty -> Microsoft.OData.Edm.IEdmPathExpression
<Extension()>
Public Function GetPartnerPath (navigationProperty As IEdmNavigationProperty) As IEdmPathExpression
Parameters
- navigationProperty
- IEdmNavigationProperty
The navigation property.
Returns
Path to the partner navigation property from the related entity type.