CollectionNavigationNode 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.
Creates a CollectionNavigationNode.
public CollectionNavigationNode (Microsoft.OData.UriParser.SingleResourceNode source, Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.OData.Edm.IEdmPathExpression bindingPath);
new Microsoft.OData.UriParser.CollectionNavigationNode : Microsoft.OData.UriParser.SingleResourceNode * Microsoft.OData.Edm.IEdmNavigationProperty * Microsoft.OData.Edm.IEdmPathExpression -> Microsoft.OData.UriParser.CollectionNavigationNode
Public Sub New (source As SingleResourceNode, navigationProperty As IEdmNavigationProperty, bindingPath As IEdmPathExpression)
Parameters
- source
- SingleResourceNode
The parent of this collection navigation node.
- navigationProperty
- IEdmNavigationProperty
The navigation property that defines the collection node.
- bindingPath
- IEdmPathExpression
The binding path of navigation property
Exceptions
Throws if the input source or navigation property is null.
Throws if the input navigation doesn't target a collection.