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