The number of tables in the database.
Public ReadOnly Property TableCount As Integer
public int TableCount {get;}
Table IDs range from 1 to TableCount, 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.