NavigationSourceConfiguration.Bindings Property
Gets the navigation targets of NavigationSourceConfiguration.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public IEnumerable<NavigationPropertyBindingConfiguration> Bindings { get; }
public:
property IEnumerable<NavigationPropertyBindingConfiguration^>^ Bindings {
virtual IEnumerable<NavigationPropertyBindingConfiguration^>^ get() sealed;
}
abstract Bindings : IEnumerable<NavigationPropertyBindingConfiguration> with get
override Bindings : IEnumerable<NavigationPropertyBindingConfiguration> with get
Public ReadOnly Property Bindings As IEnumerable(Of NavigationPropertyBindingConfiguration)
Property Value
Type: System.Collections.Generic.IEnumerable<NavigationPropertyBindingConfiguration>
Implements
INavigationSourceConfiguration.Bindings
See Also
NavigationSourceConfiguration Class
System.Web.OData.Builder Namespace
Return to top