Share via


AggregatedCollectionPropertyNode Constructor

Definition

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

Parameters

source
CollectionNavigationNode

The value containing this property.

property
IEdmProperty

The EDM property which is to be accessed.

Exceptions

Throws if input source or property is null.

Throws if input property is not structural, or is a collection.

Applies to