FetchPrevious - cDbQuery¶
Include: Use Db\cDbQuery.pkg
Fetches rows before a start row.
Type: Function
Return data type: Variant[][]
Parameters¶
| Parameter | Type | Description |
|---|---|---|
rStartAt |
DbRowId | Start row. |
iLimit |
Integer | Maximum rows. |
aOptRowIds |
DbRowId ByRef | Optional returned row ID parameter. |
Syntax¶
Function FetchPrevious DbRowId rStartAt Integer iLimit DbRowId ByRef aOptRowIds Returns Variant[][]
Call¶
Get FetchPrevious of hoObj "value" 0 "value" to result
Description¶
Fetches rows before a start row.