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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULDatabaseSchema 类

 

GetTableName 方法

返回由指定的表 ID 所标识的表的名称。

语法
Visual Basic
Public Function GetTableName( _
   ByVal tableID As Integer _
) As String
C#
public string  GetTableName(
   int tableID
);
参数
  • tableID   表的 ID。值必须在 [1,TableCount] 范围内。

返回值

字符串形式的表名。

注释

表 ID 在模式升级过程中可发生变化。为了正确地标识表,请按名称访问它,或者在模式升级后刷新高速缓存中的 ID。

另请参见