Table |
The TableInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Columns | Table column information as an in order list of columns as found in table. | |
| ColumnsByName | Table column information by column name. | |
| IsHiddenTable | True if table is a hidden table. | |
| IsSystemTable | True if table is a system database table (if false, table is a user defined table). | |
| IsUserTable | True if table is a user defined table. | |
| Name | Database table name. | |
| RowCount | Count of table total rows. |