ExpressionNodeType Enum

Definition

Types of nodes in Expression Tree These are used for identification, not for creation of nodes

public enum ExpressionNodeType
type ExpressionNodeType = 
Public Enum ExpressionNodeType
Inheritance
ExpressionNodeType

Fields

Attribute 2

Attribute - Management Facet property

Base 0

Base Type - for initialization only

Constant 1

Constant

Function 4

Function

Group 5

Group - node enclosed in parentheses

Operator 3

Operator - predefined boolean function with 2 arguments

Applies to