ExpandTermToken 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 an expand operation.
public sealed class ExpandTermToken : Microsoft.OData.UriParser.SelectExpandTermToken
type ExpandTermToken = class
inherit SelectExpandTermToken
Public NotInheritable Class ExpandTermToken
Inherits SelectExpandTermToken
- Inheritance
Constructors
ExpandTermToken(PathSegmentToken, QueryToken, IEnumerable<OrderByToken>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Int64>, QueryToken, SelectToken, ExpandToken, ComputeToken, IEnumerable<QueryToken>) |
Create an expand term token |
ExpandTermToken(PathSegmentToken, QueryToken, IEnumerable<OrderByToken>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Int64>, QueryToken, SelectToken, ExpandToken, ComputeToken) |
Create an expand term token |
ExpandTermToken(PathSegmentToken, QueryToken, IEnumerable<OrderByToken>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Int64>, QueryToken, SelectToken, ExpandToken) |
Create an expand term token |
ExpandTermToken(PathSegmentToken, SelectToken, ExpandToken) |
Create an expand term using only the property and its subexpand/select |
ExpandTermToken(PathSegmentToken) |
Create an expand term token using only a property |
Properties
ApplyOptions |
Gets the apply options for this expand term. |
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) |
ExpandOption |
Gets the expand option for this select or expand term. |
FilterOption |
Gets the filter option for this select or expand term. (Inherited from SelectExpandTermToken) |
Kind |
Gets the kind of this expand term. |
LevelsOption |
Gets the levels option for this expand term. |
OrderByOptions |
Gets the orderby options for this select or expand term. (Inherited from SelectExpandTermToken) |
PathToNavigationProp |
Gets the navigation property for this expand term. |
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 |