LambdaToken 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 Any/All Query
public abstract class LambdaToken : Microsoft.OData.UriParser.QueryToken
type LambdaToken = class
inherit QueryToken
Public MustInherit Class LambdaToken
Inherits QueryToken
- Inheritance
- 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. |