CustomQueryOptionToken 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 a query option.
public sealed class CustomQueryOptionToken : Microsoft.OData.UriParser.QueryToken
type CustomQueryOptionToken = class
inherit QueryToken
Public NotInheritable Class CustomQueryOptionToken
Inherits QueryToken
- Inheritance
Constructors
CustomQueryOptionToken(String, String) |
Create a new CustomQueryOptionToken given name and value. |
Properties
Kind |
The kind of the query token. |
Name |
The name of the query option. |
Value |
The value of the query option. |
Methods
Accept<T>(ISyntacticTreeVisitor<T>) |
Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens. |