Share via


QueryTokenKind Enum

Definition

Enumeration of kinds of query tokens.

public enum QueryTokenKind
type QueryTokenKind = 
Public Enum QueryTokenKind
Inheritance
QueryTokenKind

Fields

Name Value Description
BinaryOperator 3

The binary operator.

UnaryOperator 4

The unary operator.

Literal 5

The literal value.

FunctionCall 6

The function call.

EndPath 7

The property access.

OrderBy 8

The order by operation.

CustomQueryOption 9

A query option.

Select 10

The Select query.

Star 11

The *.

Expand 13

The Expand query.

TypeSegment 14

Type segment.

Any 15

Any query.

InnerPath 16

Non root segment.

DottedIdentifier 17

type segment.

RangeVariable 18

Parameter token.

All 19

All query.

ExpandTerm 20

ExpandTerm Token

FunctionParameter 21

FunctionParameterToken

FunctionParameterAlias 22

FunctionParameterAlias

StringLiteral 23

the string literal for search query

Aggregate 24

$apply aggregate token

AggregateExpression 25

$apply aggregate statement to a property token

AggregateGroupBy 26

$apply groupby token

Compute 27

$compute token

ComputeExpression 28

$compute expression token

EntitySetAggregateExpression 29

$apply aggregate statement to a entity set token

In 30

In operator.

SelectTerm 31

SelectTerm Token

CountSegment 32

$count segment

Applies to