Skip to content

FetchFirst - cDbQuery

Include: Use Db\cDbQuery.pkg

Fetches the first 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 FetchFirst Integer iLimit DbRowId[] ByRef aOptRowIds Returns Variant[][]

Call

Get FetchFirst of hoObj 0 "value" to result

Description

Fetches the first page of rows.

See also