NamedFunctionParameterNode 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 a semantically parsed parameter to a function.
public class NamedFunctionParameterNode : Microsoft.OData.UriParser.QueryNode
type NamedFunctionParameterNode = class
inherit QueryNode
Public Class NamedFunctionParameterNode
Inherits QueryNode
- Inheritance
Constructors
NamedFunctionParameterNode(String, QueryNode) |
Creates a NamedFunctionParameterNode to represent a semantically parsed parameter to a function. |
Properties
Kind |
Gets the kind of this node |
Name |
Gets the name of this parameter |
Value |
Gets the semantically parsed value of this parameter. |
Methods
Accept<T>(QueryNodeVisitor<T>) |
Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. |