FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Workspace Class / QueryExists Method
Query name to check.

In This Topic
    QueryExists Method
    In This Topic
    Determines whether the specified query exists in the workspace.
    Syntax
    'Declaration
     
    Public Function QueryExists( _
       ByVal queryName As String _
    ) As Boolean
    public bool QueryExists( 
       string queryName
    )

    Parameters

    queryName
    Query name to check.

    Return Value

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