QueryNodeKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration of kinds of query nodes.
public enum QueryNodeKind
type QueryNodeKind =
Public Enum QueryNodeKind
- Inheritance
-
QueryNodeKind
Fields
Name | Value | Description |
---|---|---|
Constant | 0 | A constant value. |
UnaryOperator | 1 | Node used to represent a unary operator. |
BinaryOperator | 2 | Node used to represent a binary operator. |
FunctionCall | 3 | Node the represents a function call. |
MemberAccess | 4 | Node describing access to a member. |
Convert | 5 | A node that represents conversion from one type to another. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET