Share via


AllToken Class

Definition

Lexical token representing the All Query

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

Constructors

AllToken(QueryToken, String, QueryToken)

Create a AllToken given the expression, parameter, and parent

Properties

Expression

The expression.

(Inherited from LambdaToken)
Kind

The kind of the query token.

Parameter

The parameter.

(Inherited from LambdaToken)
Parent

The parent token.

(Inherited from LambdaToken)

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

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

Applies to