FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriver

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: FireDAC.Comp.BatchMove.DataSet.pas FireDAC.Comp.BatchMove.DataSet.hpp
| |
Unit: FireDAC.Comp.BatchMove.DataSet | |
Parent: FireDAC.Comp.BatchMove.DataSet |
Delphi
TFDBatchMoveDataSetDriver = class(TFDBatchMoveDriver, IFDBatchMoveDriver)
C++
class PASCALIMPLEMENTATION TFDBatchMoveDataSetDriver : public Firedac::Comp::Batchmove::TFDBatchMoveDriver
Description
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.