NavigationSourceConfiguration<TEntityType>.Binding Property
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 a binding path configuration through which you can configure binding paths for the navigation property of this navigation source.
public Microsoft.AspNet.OData.Builder.BindingPathConfiguration<TEntityType> Binding { get; }
member this.Binding : Microsoft.AspNet.OData.Builder.BindingPathConfiguration<'EntityType (requires 'EntityType : null)>
Public ReadOnly Property Binding As BindingPathConfiguration(Of TEntityType)
Property Value
BindingPathConfiguration<TEntityType>