Share via


SelectToken Class

Definition

Lexical token representing a select operation.

public sealed class SelectToken : Microsoft.OData.UriParser.QueryToken
type SelectToken = class
    inherit QueryToken
Public NotInheritable Class SelectToken
Inherits QueryToken
Inheritance
SelectToken

Constructors

SelectToken(IEnumerable<PathSegmentToken>)

Create a SelectToken given the property-accesses of the select query.

SelectToken(IEnumerable<SelectTermToken>)

Create a SelectToken given the property-accesses of the select query.

Properties

Kind

The kind of the query token.

Properties

The properties according to which to select the results.

SelectTerms

The properties according to which to select in the results.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

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

Applies to