SelectTermToken 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 SelectTermToken : Microsoft.OData.UriParser.SelectExpandTermToken
type SelectTermToken = class
inherit SelectExpandTermToken
Public NotInheritable Class SelectTermToken
Inherits SelectExpandTermToken
- Inheritance
Constructors
SelectTermToken(PathSegmentToken, QueryToken, IEnumerable<OrderByToken>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, QueryToken, SelectToken, ComputeToken) |
Create a select term using only the property and its supporting query options. |
SelectTermToken(PathSegmentToken, SelectToken) |
Create an select term using only the property and its subexpand/select |
SelectTermToken(PathSegmentToken) |
Initializes a new instance of SelectTermToken class. |
Properties
ComputeOption |
Gets the compute option for this select or expand term. (Inherited from SelectExpandTermToken) |
CountQueryOption |
Gets the query count option for this select or expand term. (Inherited from SelectExpandTermToken) |
FilterOption |
Gets the filter option for this select or expand term. (Inherited from SelectExpandTermToken) |
Kind |
Gets the kind of this expand term. |
OrderByOptions |
Gets the orderby options for this select or expand term. (Inherited from SelectExpandTermToken) |
PathToProperty |
Gets the property for this select or expand term. (Inherited from SelectExpandTermToken) |
SearchOption |
Gets the search option for this select or expand term. (Inherited from SelectExpandTermToken) |
SelectOption |
Gets the select option for this select or expand term. (Inherited from SelectExpandTermToken) |
SkipOption |
Gets the skip option for this select or expand term. (Inherited from SelectExpandTermToken) |
TopOption |
Gets the top option for this select or expand term. (Inherited from SelectExpandTermToken) |
Methods
Accept<T>(ISyntacticTreeVisitor<T>) |
Implement the visitor for this Token |