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
-
System.EnumQueryNodeKind
Fields
BinaryOperator | 2 | Node used to represent a binary operator. |
Constant | 0 | A constant value. |
Convert | 5 | A node that represents conversion from one type to another. |
FunctionCall | 3 | Node the represents a function call. |
MemberAccess | 4 | Node describing access to a member. |
UnaryOperator | 1 | Node used to represent a unary operator. |