QueryNodeKind Enum

Definition

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