ICachedDataset.FetchToRecord

Syntax

FetchToRecord(Value: Integer): Integer;

Parameters

Value is quantity 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 quantity of records in cache.

See also:

ICachedDataset