Share via


CollectionComplexNode(SingleResourceNode, IEdmProperty) Constructor

Definition

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

Applies to