Specifies whether to display the results of the query to the user or to execute the database query without displaying the results.
QueryCmd.DisplayToUser [= value]
QueryCmd
An
value
A returned Boolean value.
| Value | Description |
|---|---|
| TRUE | Results are displayed to the end user. |
| FALSE | Results are not displayed to the end user. (This is typical for queries that create temporary tables to be used in subsequent queries.) |
This property is read-only.