| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| table | String | The Table name. | ||
| fields | String | A comma separated list of Fields to include. | ||
| sqlWhere | String | Optional | An SQL Where clause. | |
| orderByFields | String | Optional | A comma separated list of Fields to Order By. | |
| distinctType | iseSelectQueryDistinctType | Optional | The Distinct type for this Select Query. If omitted, a value of iseSelectQueryDistinctType.None is assumed. | |
| topLimit | Integer | Optional | The number of records to restrict the query to (the equivalent of SELECT TOP in Access and SQL Server). If omitted, a value of 0 is assumed. | |
| autoEscape | Boolean | Optional | Indicates that all '[' and ']' characters appearing in fields, sqlWhere and orderByFields should be replaced with the correct Escape characters for this Database Provider. If omitted, a value of False is assumed. |
A new ISSelectQueryBuilder object.