Contents Index GetPublicationSchema method ULIndexSchema class

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULDatabaseSchema class

GetTableName method


Prototype 

GetTableName( id As Integer ) As String
Member of UltraLiteAFLib.ULDatabaseSchema

Description 

Returns the name of the table in the connected database that corresponds to the id value you supply. 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 my change after a database has had its schema changed.

Parameters 

id    The id of the table.

Returns 

Returns the name of the table for the specified id.


Contents Index GetPublicationSchema method ULIndexSchema class