| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| dataSet | DataSet | ByRef | The DataSet to return. | |
| timeoutSeconds | Integer | Optional | The number of seconds after which a database connection timeout will occur or -1 to use the default timeout. If omitted, a value of -1 is assumed. | |
| excludeOrderBy | Boolean | Optional | Indicates whether to Exclude the Order By clause from the SQL. If omitted, a value of False is assumed. |
A Boolean value indicating success.