Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
计算数据库中的表数。
Public ReadOnly Property TableCount As Integer
public int TableCount {get;}
数据库中表的数目。
表 ID 的范围是从 1 到 TableCount 值(含 1 和 TableCount)。
表 ID 和表计数在模式升级过程中可能发生变化。为了正确地标识表,请按名称访问它,或者在模式升级后刷新高速缓存中的 ID 和计数。