Returns the name of the table identified by the specified table ID.
Public Function GetTableName(ByVal tableID As Integer) As String
public string GetTableName(int tableID)
tableID The ID of the table. The value must be in range [1,TableCount].
The table name as a string.
ULException class A SQL error occurred.
Table IDs may change during a schema upgrade. To correctly identify a table, access it by name or refresh the cached IDs after a schema upgrade.