RangeVariableToken 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.
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
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. |