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


TSQLMemBatchMove.ChangedCount
TSQLMemBatchMove

Top 

Indicates the number of records from the Destination table that are altered as a result of the batch operation.

Delphi syntax:

property ChangedCount: Int64;

C++ syntax:

__property int64 ChangedCount = {read=FChangedCount, nodefault};

Description

Use ChangedCount to learn the number of records in the Destination table that are updated if the Mode is batUpdate or batAppendUpdate, or to learn the number that are deleted if the Mode is batDelete.

Set the ChangedTableName property to save the unchanged versions of the altered records to a separate table. ChangedCount is then the number of records in that separate table.


© AidAim Software SQLMemTable: