[]
Represents a table item in the syntax tree.
public class TableItemNode : TerminalNode, ICloneable
Public Class TableItemNode
Inherits TerminalNode
Implements ICloneable
Name | Description |
---|---|
TableItemNode(string, TableItemType, string) | Creates a new TableItemNode from a column of a table. |
TableItemNode(string, TableItemType, string, string) | Creates a new TableItemNode from range of columns of a table. |
Name | Description |
---|---|
ColumnFrom | The start column. |
ColumnTo | The end column. |
ItemType | The part of the table. |
TableName | The name of the table. |