'宣言 Public Function TableExists( _ ByVal tableName As System.String _ ) As System.Boolean
public System.bool TableExists( System.string tableName )
パラメータ
- tableName
- Table name to check.
戻り値の型
true if the base table exists in the workspace; otherwise, false.