API:FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLDriver
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: FireDAC.Comp.BatchMove.SQL.pas FireDAC.Comp.BatchMove.SQL.hpp
| |
| Unit: FireDAC.Comp.BatchMove.SQL | |
| Parent: FireDAC.Comp.BatchMove.SQL | |
Delphi
TFDBatchMoveSQLDriver = class(TFDBatchMoveDataSetDriver)
C++
class PASCALIMPLEMENTATION TFDBatchMoveSQLDriver : public Firedac::Comp::Batchmove::Dataset::TFDBatchMoveDataSetDriver
Description
A base class implementing a batch move driver for transferring data between a TDataSet and another data source or destination.
FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLDriver inherits from FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriver. All content below this line refers to FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriver.
A base class implementing a batch move driver for transferring data between a TDataSet and another data source or destination.
t provides functionality for reading from or writing to a TDataSet during a batch move operation.