Share via


ExpandToken Class

Definition

Lexical token representing an expand operation.

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

Constructors

ExpandToken(ExpandTermToken[])

Creates a new instance of ExpandToken given the property-accesses of the expand query.

ExpandToken(IEnumerable<ExpandTermToken>)

Create a new instance of ExpandToken given the property-accesses of the expand query.

Properties

ExpandTerms

The properties according to which to expand in the results.

Kind

The kind of the query token.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

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

Applies to