Share via


CollectionPropertyAccessNode Class

Definition

Node representing an access to a collection property value.

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

Constructors

CollectionPropertyAccessNode(SingleValueNode, IEdmProperty)

Constructs a new CollectionPropertyAccessNode.

Properties

CollectionType

The type of the collection represented by this node.

ItemType

Gets the resource type of a single item from the collection represented by this node.

Kind

Gets the kind of this node.

(Inherited from CollectionNode)
Property

Gets the EDM property which is to be accessed.

Source

Gets the value containing the property.

Methods

Accept<T>(QueryNodeVisitor<T>)

Accept a QueryNodeVisitor<T> to walk a tree of QueryNodes.

Applies to