Constructor TableItem
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.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
tableName
stringTable's name.