SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TSQLMemBatchMove.MovedCount
TSQLMemBatchMove

Top 

Reports the number of records form the Source which were applied to the destination.

Delphi syntax:

property MovedCount: Int64;

C++ syntax:

__property int64 MovedCount = {read=FMovedCount, nodefault};

Description

Read MovedCount to learn the number of records from the Source that were read during the Execute method. The MovedCount value includes any records which caused key or integrity violations, or which were trimmed.


© AidAim Software SQLMemTable: In-memory Sql Database Delph