Share via


EdmCoreModel.GetPropertyPath(Boolean) Method

Definition

Gets a reference to the Edm.PropertyPath type definition.

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

Parameters

isNullable
Boolean

Flag specifying if the referenced type should be nullable.

Returns

A new Edm.PropertyPath type reference.

Applies to