CollectionNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for all semantic metadata bound nodes which represent a composable collection of values.
public abstract class CollectionNode : Microsoft.OData.UriParser.QueryNode
type CollectionNode = class
inherit QueryNode
Public MustInherit Class CollectionNode
Inherits QueryNode
- Inheritance
- Derived
Constructors
CollectionNode() |
Properties
CollectionType |
The type of the collection represented by this node. |
ItemType |
The resource type of a single item from the collection represented by this node. |
Kind |
Gets the kind of this node. |
Methods
Accept<T>(QueryNodeVisitor<T>) |
Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Inherited from QueryNode) |