Returns the name of the table in the connected database that corresponds to the id value you supply.
GetTableName( id As Integer ) As String
Member of UltraLiteAFLib.ULDatabaseSchema
id The id of the table.
Returns the name of the table for the specified id.
The TableCount property returns the number of tables in the connected database. Each table has a unique number from 1 to the TableCount value, where 1 is the first table in the database, 2 is the second table in the database, and so on. The id for a table may change if a database's schema changes.