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