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


TSQLMemBatchMove.Destination
TSQLMemBatchMove

Top 

Specifies the TSQLMemTable object for the database table that is the destination of the batch operation.

Delphi syntax:

property Destination: TSQLMemTable;

C++ syntax:

__property TSQLMemTable* Destination = {read=FDestination, write=FDestination};

Description

Use Destination to indicate the database table that will be created or altered by the batch operation. The batch operation affects the Destination differently depending on the Mode.


© AidAim Software SQLMemTable: In-memory Sql Database Delph