Share via


NavigationSourceConfiguration<TEntityType>.FindBindings(String) Method

Definition

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.

Applies to