Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Counts the number of tables in the database.
Public ReadOnly Property TableCount As Integer
public int TableCount {get;}
The number of tables in the database.
Table IDs range from 1 to the TableCount value, inclusively.
Table IDs and counts may change during a schema upgrade. To correctly identify a table, access it by name or refresh the cached IDs and counts after a schema upgrade.