Share via


AggregatedCollectionPropertyNode Class

Definition

Node representing a originally collection resource that's been aggregated into a single value.

public sealed class AggregatedCollectionPropertyNode : Microsoft.OData.UriParser.SingleResourceNode
type AggregatedCollectionPropertyNode = class
    inherit SingleResourceNode
Public NotInheritable Class AggregatedCollectionPropertyNode
Inherits SingleResourceNode
Inheritance
AggregatedCollectionPropertyNode

Constructors

AggregatedCollectionPropertyNode(CollectionNavigationNode, IEdmProperty)

Constructs a SingleValuePropertyAccessNode.

Properties

Kind

Gets the kind of this node.

(Inherited from SingleValueNode)
NavigationSource

Gets the navigation source of this node.

Property

Gets the EDM property which is to be accessed.

Source

Gets the value containing this property.

StructuredTypeReference

Gets the type reference of this node.

TypeReference

Gets the type of the single value this node represents.

Methods

Accept<T>(QueryNodeVisitor<T>)

Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes.

Applies to