Share via


NavigationPropertyConfiguration.DependentProperties Property

 

Gets the foreign keys in the referential constraint of this navigation property.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public IEnumerable<PropertyInfo> DependentProperties { get; }
public:
property IEnumerable<PropertyInfo^>^ DependentProperties {
    IEnumerable<PropertyInfo^>^ get();
}
member DependentProperties : IEnumerable<PropertyInfo> with get
Public ReadOnly Property DependentProperties As IEnumerable(Of PropertyInfo)

Property Value

Type: System.Collections.Generic.IEnumerable<PropertyInfo>

See Also

NavigationPropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top