SqlAdmin GetAllTables Method Nemiro.Data.dll
Returns a list of all the tables that are in the database.

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public DataTable GetAllTables()

Return Value

Type: DataTable

Scheme of table results:

TABLE_NAME;
TABLE_SCHEMA;
TABLE_CATALOG;
TABLE_TYPE.
See Also