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 navigation targets of NavigationSourceConfiguration.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
IEnumerable<NavigationPropertyBindingConfiguration> Bindings { get; }
property IEnumerable<NavigationPropertyBindingConfiguration^>^ Bindings {
IEnumerable<NavigationPropertyBindingConfiguration^>^ get();
}
abstract Bindings : IEnumerable<NavigationPropertyBindingConfiguration> with get
ReadOnly Property Bindings As IEnumerable(Of NavigationPropertyBindingConfiguration)
Property Value
Type: System.Collections.Generic.IEnumerable<NavigationPropertyBindingConfiguration>
See Also
INavigationSourceConfiguration Interface
System.Web.OData.Builder Namespace
Return to top