NavigationSourceConfiguration<TEntityType>.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.
Finds the bindings NavigationPropertyBindingConfiguration for the navigation property with the given name.
public System.Collections.Generic.IEnumerable<Microsoft.AspNet.OData.Builder.NavigationPropertyBindingConfiguration> FindBindings (string propertyName);
member this.FindBindings : string -> seq<Microsoft.AspNet.OData.Builder.NavigationPropertyBindingConfiguration>
Public Function FindBindings (propertyName As String) As IEnumerable(Of NavigationPropertyBindingConfiguration)
Parameters
- propertyName
- String
The name of the navigation property.
Returns
The bindings, if found; otherwise, empty.