EdmNavigationPropertyBinding 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.
Represents a mapping from an EDM navigation property to a navigation source.
public class EdmNavigationPropertyBinding : Microsoft.OData.Edm.IEdmNavigationPropertyBinding
type EdmNavigationPropertyBinding = class
interface IEdmNavigationPropertyBinding
Public Class EdmNavigationPropertyBinding
Implements IEdmNavigationPropertyBinding
- Inheritance
-
EdmNavigationPropertyBinding
- Implements
Constructors
EdmNavigationPropertyBinding(IEdmNavigationProperty, IEdmNavigationSource, IEdmPathExpression) |
Creates a new navigation property binding. |
EdmNavigationPropertyBinding(IEdmNavigationProperty, IEdmNavigationSource) |
Creates a new navigation property binding. |
Properties
NavigationProperty |
Gets the navigation property. |
Path |
The path of current binding. |
Target |
Gets the target navigation source. |