ExtensionMethods.ToEntityType(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 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.