共用方式為


QueryTokenKind 列舉

定義

查詢權杖類型的列舉。

public enum QueryTokenKind
type QueryTokenKind = 
Public Enum QueryTokenKind
繼承
QueryTokenKind

欄位

Aggregate 24

$apply匯總權杖

AggregateExpression 25

將匯總語句$apply至屬性權杖

AggregateGroupBy 26

$apply groupby Token

All 19

所有查詢。

Any 15

任何查詢。

BinaryOperator 3

二進位運算子。

Compute 27

$compute權杖

ComputeExpression 28

$compute運算式標記

CountSegment 32

$count區段

CustomQueryOption 9

查詢選項。

DottedIdentifier 17

類型區段。

EndPath 7

屬性存取。

EntitySetAggregateExpression 29

將匯總語句$apply至實體集權杖

Expand 13

展開查詢。

ExpandTerm 20

ExpandTerm 權杖

FunctionCall 6

函式呼叫。

FunctionParameter 21

FunctionParameterToken

FunctionParameterAlias 22

FunctionParameterAlias

In 30

In 運算子。

InnerPath 16

非根區段。

Literal 5

常值。

OrderBy 8

依作業的順序。

RangeVariable 18

參數權杖。

Select 10

選取查詢。

SelectTerm 31

SelectTerm 權杖

Star 11

*。

StringLiteral 23

搜尋查詢的字串常值

TypeSegment 14

類型區段。

UnaryOperator 4

一元運算子。

適用於