ExtensionMethods.IsPrincipal(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 whether this navigation property originates at the principal end of an association.
public static bool IsPrincipal (this Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty);
static member IsPrincipal : Microsoft.OData.Edm.IEdmNavigationProperty -> bool
<Extension()>
Public Function IsPrincipal (navigationProperty As IEdmNavigationProperty) As Boolean
Parameters
- navigationProperty
- IEdmNavigationProperty
The navigation property.
Returns
Whether this navigation property originates at the principal end of an association.