[]
Determines whether the specified query exists in the workspace.
public bool QueryExists(string queryName)
| Type | Name | Description |
|---|---|---|
| string | queryName | Query name to check. |
| Type | Description |
|---|---|
| bool | true if the query exists in the workspace; otherwise, false. |