ExpressionNodeType 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.
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
Name | Value | Description |
---|---|---|
Base | 0 | Base Type - for initialization only |
Constant | 1 | Constant |
Attribute | 2 | Attribute - Management Facet property |
Operator | 3 | Operator - predefined boolean function with 2 arguments |
Function | 4 | Function |
Group | 5 | Group - node enclosed in parentheses |