Share via


FunctionParameterToken Class

Definition

A token to represent a parameter to a function call.

public sealed class FunctionParameterToken : Microsoft.OData.UriParser.QueryToken
type FunctionParameterToken = class
    inherit QueryToken
Public NotInheritable Class FunctionParameterToken
Inherits QueryToken
Inheritance
FunctionParameterToken

Constructors

FunctionParameterToken(String, QueryToken)

Creates a FunctionParameterToken

Fields

EmptyParameterList

get an empty list of parameters

Properties

Kind

Gets the kind of this token

ParameterName

Gets the name of this parameter

ValueToken

Gets the syntactically parsed value of this token.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens.

Applies to