Skip to content

FetchLast - cDbQuery

Include: Use Db\cDbQuery.pkg

Fetches the last page of rows.

Type: Function

Return data type: Variant[][]

Parameters

Parameter Type Description
iLimit Integer Maximum rows.
aOptRowIds DbRowId[] ByRef Optional returned row IDs.

Syntax

Function FetchLast Integer iLimit DbRowId[] ByRef aOptRowIds Returns Variant[][]

Call

Get FetchLast of hoObj 0 "value" to result

Description

Fetches the last page of rows.

See also