Share via


LambdaToken Class

Definition

Lexical token representing the Any/All Query

public abstract class LambdaToken : Microsoft.OData.UriParser.QueryToken
type LambdaToken = class
    inherit QueryToken
Public MustInherit Class LambdaToken
Inherits QueryToken
Inheritance
LambdaToken
Derived

Constructors

LambdaToken(QueryToken, String, QueryToken)

Create a AnyAllQueryToken given the expression, parameter, and parent

Properties

Expression

The expression.

Kind

The kind of the query token.

(Inherited from QueryToken)
Parameter

The parameter.

Parent

The parent token.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

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

Applies to