Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULDatabaseSchema class

GetTableCountInPublications method Next Page

GetTableName method


Returns the name of the table identified by the specified table ID.

Syntax

Visual Basic

Public Function GetTableName( _
ByVal tableID As Integer _
) As String

C#

public string GetTableName(
int tableID
);

Parameters
Return value

The table name as a string.

Remarks

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.

Exceptions
See also