Share via


QueryTokenKind Enum

Definition

Enumeration of kinds of query tokens.

public enum QueryTokenKind
type QueryTokenKind = 
Public Enum QueryTokenKind
Inheritance
QueryTokenKind

Fields

Aggregate 24

$apply aggregate token

AggregateExpression 25

$apply aggregate statement to a property token

AggregateGroupBy 26

$apply groupby token

All 19

All query.

Any 15

Any query.

BinaryOperator 3

The binary operator.

Compute 27

$compute token

ComputeExpression 28

$compute expression token

CountSegment 32

$count segment

CustomQueryOption 9

A query option.

DottedIdentifier 17

type segment.

EndPath 7

The property access.

EntitySetAggregateExpression 29

$apply aggregate statement to a entity set token

Expand 13

The Expand query.

ExpandTerm 20

ExpandTerm Token

FunctionCall 6

The function call.

FunctionParameter 21

FunctionParameterToken

FunctionParameterAlias 22

FunctionParameterAlias

In 30

In operator.

InnerPath 16

Non root segment.

Literal 5

The literal value.

OrderBy 8

The order by operation.

RangeVariable 18

Parameter token.

Select 10

The Select query.

SelectTerm 31

SelectTerm Token

Star 11

The *.

StringLiteral 23

the string literal for search query

TypeSegment 14

Type segment.

UnaryOperator 4

The unary operator.

Applies to