SelectToken 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.
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
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. |