ComponentOne FlexPivot for WinForms
QueryExists Method

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > Workspace Class : QueryExists Method
Query name to check.
Determines whether the specified query exists in the workspace.
Syntax
'Declaration
 
Public Function QueryExists( _
   ByVal queryName As System.String _
) As System.Boolean
public System.bool QueryExists( 
   System.string queryName
)

Parameters

queryName
Query name to check.

Return Value

true if the query exists in the workspace; otherwise, false.
See Also

Reference

Workspace Class
Workspace Members