CollectionOpenPropertyAccessNode 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 open collection property value.
public sealed class CollectionOpenPropertyAccessNode : Microsoft.OData.UriParser.CollectionNode
type CollectionOpenPropertyAccessNode = class
inherit CollectionNode
Public NotInheritable Class CollectionOpenPropertyAccessNode
Inherits CollectionNode
- Inheritance
Constructors
CollectionOpenPropertyAccessNode(SingleValueNode, String) |
Constructs a new CollectionOpenPropertyAccessNode. |
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) |
Name |
Gets the name of the open property to be bound outside the EDM model. |
Source |
Gets the value containing the property. |
Methods
Accept<T>(QueryNodeVisitor<T>) |
Accept a QueryNodeVisitor<T> to walk a tree of QueryNodes. |