Type of limiting rows with sql statement.
| Member Name | Description |
|---|---|
| top | Top sql clause (at beginning of sql treatment). |
| limit | Limit sql value (at end of sql statement) |
| row_number | Similar as "fast" sql standard 2003, but with Row_number function. Subquery. |
| rownum | Similar as "fast" sql standard 2003, but without as clause. Subquery. |
| fetchFirstRowsOnly | Fetch first sql close (at the end of sql statement) |
| fastSqlStandard2003 | Subquery defined by SQL standard 2003. |
| none | No limiting queries. |
Namespace: Indoo.Data
Assembly: indooGrid20 (in indooGrid20.dll)