Share via


NamedFunctionParameterNode Class

Definition

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
NamedFunctionParameterNode

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.

Applies to