NavigationSourceConfiguration.FindBindings(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the bindings NavigationPropertyBindingConfiguration for the navigation property with the given name.
public virtual System.Collections.Generic.IEnumerable<Microsoft.AspNet.OData.Builder.NavigationPropertyBindingConfiguration> FindBindings (string propertyName);
abstract member FindBindings : string -> seq<Microsoft.AspNet.OData.Builder.NavigationPropertyBindingConfiguration>
override this.FindBindings : string -> seq<Microsoft.AspNet.OData.Builder.NavigationPropertyBindingConfiguration>
Public Overridable Function FindBindings (propertyName As String) As IEnumerable(Of NavigationPropertyBindingConfiguration)
Parameters
- propertyName
- String
The name of the navigation property.
Returns
The bindings NavigationPropertyBindingConfiguration.