| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| tableName | String | The Table Name. | ||
| sqlWhere | String | The SQL Where clause. | ||
| recordCount | Integer | ByRef | The Record Count. | |
| autoEscape | Boolean | Optional | Indicates whether '[' and ']' characters appearing in the sqlWhere 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.