SqlAdmin GetAllTablesSize Method Nemiro.Data.dll
Returns the size of the database tables.

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

public DataTable GetAllTablesSize()

Return Value

Type: DataTable

Scheme of table results:

table_name;
rows;
reserved;
data_size;
index_size;
unused.
See Also