CollectionPropertyAccessNode 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.
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
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. |