Table of Contents

TCriteriaSource.FetchMore Method

Fetches the next page of objects from the database into the supplied list.

Syntax

Unit: Aurelius.Bind.Dataset

function TCriteriaSource.FetchMore(AList: IObjectList): Boolean; override;

Parameters

<-> Parameter Type Description
AList IObjectList The list to which fetched objects are appended.

Returns

True if at least one record was fetched; False when exhausted.

See also