SingleNavigationNode Constructor
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.
Constructs a SingleNavigationNode.
public SingleNavigationNode (Microsoft.OData.UriParser.SingleResourceNode source, Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.OData.Edm.IEdmPathExpression bindingPath);
new Microsoft.OData.UriParser.SingleNavigationNode : Microsoft.OData.UriParser.SingleResourceNode * Microsoft.OData.Edm.IEdmNavigationProperty * Microsoft.OData.Edm.IEdmPathExpression -> Microsoft.OData.UriParser.SingleNavigationNode
Public Sub New (source As SingleResourceNode, navigationProperty As IEdmNavigationProperty, bindingPath As IEdmPathExpression)
Parameters
- source
- SingleResourceNode
The previous node in the path.
- navigationProperty
- IEdmNavigationProperty
The navigation property this node represents.
- bindingPath
- IEdmPathExpression
The binding path of navigation property
Exceptions
Throws if the input navigationProperty or source is null.
Throws if the input navigationProperty targets more than one entity.