| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| sqlQuery | String | The SQL Select Query. | ||
| returnValue | Byte() | ByRef | The Return Value. | |
| autoEscape | Boolean | Optional | Indicates whether '[' and ']' characters appearing in the sqlQuery should be replaced with the correct Escape characters for this Database Provider. If omitted, a value of False is assumed. |
A Boolean value indicating success.