Share via


RangeVariableToken Class

Definition

Lexical token representing the parameter for an Any/All query.

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

Constructors

RangeVariableToken(String)

Create a new RangeVariableToken

Properties

Kind

The kind of the query token.

Name

The name of the parameter.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

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

Equals(Object)

Indicates the Equals overload.

GetHashCode()

Returns a hash code for this instance.

Applies to