NavigationSourceConfiguration.RemoveBinding 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.
Overloads
RemoveBinding(NavigationPropertyConfiguration) |
Removes the bindings for the given navigation property. |
RemoveBinding(NavigationPropertyConfiguration, String) |
Removes the binding for the given navigation property and the given binding path. |
RemoveBinding(NavigationPropertyConfiguration)
Removes the bindings for the given navigation property.
public virtual void RemoveBinding (Microsoft.AspNet.OData.Builder.NavigationPropertyConfiguration navigationConfiguration);
abstract member RemoveBinding : Microsoft.AspNet.OData.Builder.NavigationPropertyConfiguration -> unit
override this.RemoveBinding : Microsoft.AspNet.OData.Builder.NavigationPropertyConfiguration -> unit
Public Overridable Sub RemoveBinding (navigationConfiguration As NavigationPropertyConfiguration)
Parameters
- navigationConfiguration
- NavigationPropertyConfiguration
The navigation property
Applies to
RemoveBinding(NavigationPropertyConfiguration, String)
Removes the binding for the given navigation property and the given binding path.
public virtual void RemoveBinding (Microsoft.AspNet.OData.Builder.NavigationPropertyConfiguration navigationConfiguration, string bindingPath);
abstract member RemoveBinding : Microsoft.AspNet.OData.Builder.NavigationPropertyConfiguration * string -> unit
override this.RemoveBinding : Microsoft.AspNet.OData.Builder.NavigationPropertyConfiguration * string -> unit
Public Overridable Sub RemoveBinding (navigationConfiguration As NavigationPropertyConfiguration, bindingPath As String)
Parameters
- navigationConfiguration
- NavigationPropertyConfiguration
The navigation property.
- bindingPath
- String
The binding path.