Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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