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

TableInfoList Constructors

Obsolete. Obsolete. Use the corresponding functionality of the SelectQuery class instead.
Name Parameters Description
TableInfoList() none Initializes a new instance of the TableInfoList class with the default settings.
TableInfoList(IEnumerable<TableInfo>) collection Initializes a new instance of the TableInfoList class with the specified settings.
TableInfoList(Int32) capacity Initializes a new instance of the TableInfoList class with the specified capacity.
See Also