Share via


SelectExpandTermToken Constructor

Definition

Initializes a new instance of SelectExpandTermToken class.

protected SelectExpandTermToken (Microsoft.OData.UriParser.PathSegmentToken pathToProperty, Microsoft.OData.UriParser.QueryToken filterOption, System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.OrderByToken> orderByOptions, long? topOption, long? skipOption, bool? countQueryOption, Microsoft.OData.UriParser.QueryToken searchOption, Microsoft.OData.UriParser.SelectToken selectOption, Microsoft.OData.UriParser.ComputeToken computeOption);
new Microsoft.OData.UriParser.SelectExpandTermToken : Microsoft.OData.UriParser.PathSegmentToken * Microsoft.OData.UriParser.QueryToken * seq<Microsoft.OData.UriParser.OrderByToken> * Nullable<int64> * Nullable<int64> * Nullable<bool> * Microsoft.OData.UriParser.QueryToken * Microsoft.OData.UriParser.SelectToken * Microsoft.OData.UriParser.ComputeToken -> Microsoft.OData.UriParser.SelectExpandTermToken
Protected Sub New (pathToProperty As PathSegmentToken, filterOption As QueryToken, orderByOptions As IEnumerable(Of OrderByToken), topOption As Nullable(Of Long), skipOption As Nullable(Of Long), countQueryOption As Nullable(Of Boolean), searchOption As QueryToken, selectOption As SelectToken, computeOption As ComputeToken)

Parameters

pathToProperty
PathSegmentToken

the path to property for this select or expand term

filterOption
QueryToken

the filter option for this select or expand term

orderByOptions
IEnumerable<OrderByToken>

the orderby options for this select or expand term

topOption
Nullable<Int64>

the top option for this select or expand term

skipOption
Nullable<Int64>

the skip option for this select or expand term

countQueryOption
Nullable<Boolean>

the query count option for this select or expand term

searchOption
QueryToken

the search option for this select or expand term

selectOption
SelectToken

the select option for this select or expand term

computeOption
ComputeToken

the compute option for this select or expand term

Applies to