DisplayToUser Property
From English Query
English Query
DisplayToUser Property
Specifies whether to display the results of the query to the user or to execute the database query without displaying the results.
Applies To
Syntax
QueryCmd.DisplayToUser [= value]
Parts
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.) |
Remarks
This property is read-only.