FlexPivot for WinForms
QueryExists メソッド

C1.DataEngine アセンブリ > C1.DataEngine 名前空間 > Workspace クラス : QueryExists メソッド
Query name to check.
Determines whether the specified query exists in the workspace.
シンタックス
'宣言
 
Public Function QueryExists( _
   ByVal queryName As System.String _
) As System.Boolean
public System.bool QueryExists( 
   System.string queryName
)

パラメータ

queryName
Query name to check.

戻り値の型

true if the query exists in the workspace; otherwise, false.
参照

Workspace クラス
Workspace メンバ