Share via


ApplyTransformationToken Class

Definition

Base class for Apply transformation tokens

public abstract class ApplyTransformationToken : Microsoft.OData.UriParser.QueryToken
type ApplyTransformationToken = class
    inherit QueryToken
Public MustInherit Class ApplyTransformationToken
Inherits QueryToken
Inheritance
ApplyTransformationToken
Derived

Constructors

ApplyTransformationToken()

Properties

Kind

The kind of the query token.

(Inherited from QueryToken)

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

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

(Inherited from QueryToken)

Applies to