Constructor TableItem
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v10.dll
TableItem()
Initializes a new instance of the TableItem class with default settings.
public TableItem()
TableItem(string)
Initializes a new instance of the TableItem class with specified table name.
public TableItem(string tableName)
Parameters
tableNamestringTable's name.