ExtensionMethods.PrincipalProperties(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 principal properties of this navigation property, returning null if this is the principal entity or if there is no referential constraint.
public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmStructuralProperty> PrincipalProperties (this Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty);
static member PrincipalProperties : Microsoft.OData.Edm.IEdmNavigationProperty -> seq<Microsoft.OData.Edm.IEdmStructuralProperty>
<Extension()>
Public Function PrincipalProperties (navigationProperty As IEdmNavigationProperty) As IEnumerable(Of IEdmStructuralProperty)
Parameters
- navigationProperty
- IEdmNavigationProperty
The navigation property.
Returns
The principal properties of this navigation property, returning null if this is the principal entity or if there is no referential constraint.