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