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


TSQLMemBatchMove.Source
TSQLMemBatchMove

Top 

Specifies the dataset that is the source of the batch operation.

Delphi syntax:

property Source: TSQLMemDataSet;

C++ syntax:

__property TSQLMemDataSet* Source = {read=FSource, write=SetSource};

Description

Use Source to indicate the dataset that contains the records that will be added to, subtracted from, or copied to the Destination. If Source is a TSQLMemQuery component, the query is executed before the move is executed. If a filter is currently in effect on Source, the filter conditions are respected when the batch move executes. The Mode property indicates how the Source records are applied to the Destination.


© AidAim Software SQLMemTable: In-memory Sql Database Delph