ExtensionMethods.DeclaringEntityType(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 declaring this navigation property.
public static Microsoft.OData.Edm.IEdmEntityType DeclaringEntityType (this Microsoft.OData.Edm.IEdmNavigationProperty property);
static member DeclaringEntityType : Microsoft.OData.Edm.IEdmNavigationProperty -> Microsoft.OData.Edm.IEdmEntityType
<Extension()>
Public Function DeclaringEntityType (property As IEdmNavigationProperty) As IEdmEntityType
Parameters
- property
- IEdmNavigationProperty
Reference to the calling object.
Returns
The entity type that declares this navigation property.