Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TACRBatchMove.RecordCount
TACRBatchMove
Top 

Specifies the maximum number of records that are applied to the Destination when Execute is called.

Delphi syntax:

property RecordCount: Int64;

C++ syntax:

__property int64 RecordCount = {read=FRecordCount, write=FRecordCount, default=0};

Description

Use RecordCount to limit the number of Source records that are applied to the Destination. If zero, all records are added, subtracted, or copied, beginning with the first record in Source. If RecordCount is greater than zero, up to RecordCount records are applied to the Destination, starting with the current record in the dataset. If RecordCount exceeds the number of records remaining in Source, no wraparound occurs; the operation is terminated.


© AidAim Software Accuracer: