Share via


ExtensionMethods.ToEntityType(IEdmNavigationProperty) Method

Definition

Gets the entity type targeted by this navigation property.

public static Microsoft.OData.Edm.IEdmEntityType ToEntityType (this Microsoft.OData.Edm.IEdmNavigationProperty property);
static member ToEntityType : Microsoft.OData.Edm.IEdmNavigationProperty -> Microsoft.OData.Edm.IEdmEntityType
<Extension()>
Public Function ToEntityType (property As IEdmNavigationProperty) As IEdmEntityType

Parameters

property
IEdmNavigationProperty

Reference to the calling object.

Returns

The entity type targeted by this navigation property.

Applies to