Share via


CustomQueryOptionToken Class

Definition

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
CustomQueryOptionToken

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.

Applies to