Share via


CollectionPropertyAccessNode(SingleValueNode, IEdmProperty) Constructor

Definition

Constructs a new CollectionPropertyAccessNode.

public CollectionPropertyAccessNode (Microsoft.OData.UriParser.SingleValueNode source, Microsoft.OData.Edm.IEdmProperty property);
new Microsoft.OData.UriParser.CollectionPropertyAccessNode : Microsoft.OData.UriParser.SingleValueNode * Microsoft.OData.Edm.IEdmProperty -> Microsoft.OData.UriParser.CollectionPropertyAccessNode
Public Sub New (source As SingleValueNode, property As IEdmProperty)

Parameters

source
SingleValueNode

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