NavigationPropertyBindingConfiguration Class
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.
Used to configure the binding for a navigation property for a navigation source. This configuration functionality is exposed by the model builder Fluent API, see ODataModelBuilder.
public class NavigationPropertyBindingConfiguration
type NavigationPropertyBindingConfiguration = class
Public Class NavigationPropertyBindingConfiguration
- Inheritance
-
NavigationPropertyBindingConfiguration
Constructors
NavigationPropertyBindingConfiguration(NavigationPropertyConfiguration, NavigationSourceConfiguration, IList<MemberInfo>) |
Initializes a new instance of the NavigationPropertyBindingConfiguration class. |
NavigationPropertyBindingConfiguration(NavigationPropertyConfiguration, NavigationSourceConfiguration) |
Initializes a new instance of the NavigationPropertyBindingConfiguration class. |
Properties
BindingPath |
Gets the path of current binding, like "A.B/C/D.E". |
NavigationProperty |
Gets the navigation property of the binding. |
Path |
Gets the path of current binding. |
TargetNavigationSource |
Gets the target navigation source of the binding. |