ApplyTransformationToken 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.
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
- 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) |