Delen via


ExtensionMethods.DependentProperties(IEdmNavigationProperty) Method

Definition

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.

Applies to