Specifies whether the client should show TRUE or FALSE as an answer instead of a table.
QueryCmd.TrueFalseAnswer [= value]
QueryCmd
An
value
A returned Boolean value.
Value | Description |
---|---|
TRUE | When the answer to a question is expressed as Yes or No rather than a result table. |
FALSE | When the answer to the question can be displayed as a result table. |
This property is read-only. It indicates that the user asked a Yes/No question. If the answer is No, the database query returns no result table. If the answer is Yes, the database query returns a result table.