Share via


InToken Class

Definition

Lexical token representing an In operation.

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

Constructors

InToken(QueryToken, QueryToken)

Create a new InToken given the left and right query tokens.

Properties

Kind

The kind of the query token.

Left

The left operand.

Right

The right operand.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

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

Applies to