CollectionComplexNode(SingleResourceNode, IEdmProperty) 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 new CollectionComplexNode.
public CollectionComplexNode (Microsoft.OData.UriParser.SingleResourceNode source, Microsoft.OData.Edm.IEdmProperty property);
new Microsoft.OData.UriParser.CollectionComplexNode : Microsoft.OData.UriParser.SingleResourceNode * Microsoft.OData.Edm.IEdmProperty -> Microsoft.OData.UriParser.CollectionComplexNode
Public Sub New (source As SingleResourceNode, property As IEdmProperty)
Parameters
- source
- SingleResourceNode
The value containing the property.
- property
- IEdmProperty
The EDM property which is to be accessed.
Exceptions
Throws if the input source or property is null.
Throws if the input property is not a collection of structural properties