ICachedDataset.FetchToRecord

Syntax

FetchToRecord(Value: Integer): Integer;

Parameters

Value is the number of records that should be loaded into cache.

Description

The FetchToRecord method loads records from data source to cache. The quantity of records is passed by the Value parameter. After execution it returns the number of records in cache.

See also:

ICachedDataset