SingleValueNode 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 single composable value.
public abstract class SingleValueNode : Microsoft.OData.UriParser.QueryNode
type SingleValueNode = class
inherit QueryNode
Public MustInherit Class SingleValueNode
Inherits QueryNode
- Inheritance
- Derived
Constructors
SingleValueNode() |
Properties
Kind |
Gets the kind 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. (Inherited from QueryNode) |