Enum SyntaxNodeType
List of every syntax node type
Namespace: SqlDotNet.Compiler
Assembly: SqlDotNet.dll
Syntax
public enum SyntaxNodeType
Fields
Name | Description |
---|---|
AllColumn | |
Argument | |
As | |
Column | |
Constant | |
Distinct | |
Dummy | |
EntryPoint | |
First | |
From | |
FuncCall | |
In | |
Insert | |
Into | |
Operator | |
Parameter | |
Parenthesis | |
ReturnValueList | |
Select | |
Table | |
Values | |
Where |