FlexPivot for WinForms
TableExists メソッド

C1.DataEngine アセンブリ > C1.DataEngine 名前空間 > Workspace クラス : TableExists メソッド
Table name to check.
Determines whether the specified base table exists in the workspace.
シンタックス
'宣言
 
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.
参照

Workspace クラス
Workspace メンバ