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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET