Skip to main content
A newer version of this page is available. .

TableInfo Constructors

Obsolete. Obsolete. Use the corresponding functionality of the SelectQuery class instead.
Name Parameters Description
TableInfo() none Initializes a new instance of the TableInfo class with the default settings.
TableInfo(String, String) name, alias Initializes a new instance of the TableInfo class with the specified alias and name.
TableInfo(String) name Initializes a new instance of the TableInfo class with the specified name.
See Also