QueryTokenKind Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Enumerazione di tipi di token di query.
public enum QueryTokenKind
type QueryTokenKind =
Public Enum QueryTokenKind
- Ereditarietà
-
QueryTokenKind
Campi
Aggregate | 24 | $apply token di aggregazione |
AggregateExpression | 25 | $apply'istruzione di aggregazione a un token di proprietà |
AggregateGroupBy | 26 | token groupby $apply |
All | 19 | Tutte le query. |
Any | 15 | Qualsiasi query. |
BinaryOperator | 3 | Operatore binario. |
Compute | 27 | token di $compute |
ComputeExpression | 28 | token di espressione $compute |
CountSegment | 32 | segmento $count |
CustomQueryOption | 9 | Opzione di query. |
DottedIdentifier | 17 | segmento di tipo. |
EndPath | 7 | Accesso a proprietà. |
EntitySetAggregateExpression | 29 | $apply'istruzione di aggregazione a un token del set di entità |
Expand | 13 | Query Espandi. |
ExpandTerm | 20 | ExpandTerm Token |
FunctionCall | 6 | Chiamata di funzione. |
FunctionParameter | 21 | FunctionParameterToken |
FunctionParameterAlias | 22 | FunctionParameterAlias |
In | 30 | Operatore In. |
InnerPath | 16 | Segmento non radice. |
Literal | 5 | Valore letterale. |
OrderBy | 8 | Ordine in base all'operazione. |
RangeVariable | 18 | Token di parametro. |
Select | 10 | Query Select. |
SelectTerm | 31 | SelectTerm Token |
Star | 11 | Le*. |
StringLiteral | 23 | valore letterale stringa per la query di ricerca |
TypeSegment | 14 | Segmento di tipo. |
UnaryOperator | 4 | Operatore unario. |