Jaa


EdmCoreModel.GetNavigationPropertyPath(Boolean) Method

Definition

Gets a reference to the Edm.NavigationPropertyPath type definition.

public Microsoft.OData.Edm.IEdmPathTypeReference GetNavigationPropertyPath (bool isNullable);
member this.GetNavigationPropertyPath : bool -> Microsoft.OData.Edm.IEdmPathTypeReference
Public Function GetNavigationPropertyPath (isNullable As Boolean) As IEdmPathTypeReference

Parameters

isNullable
Boolean

Flag specifying if the referenced type should be nullable.

Returns

A new Edm.NavigationPropertyPath type reference.

Applies to