FireDAC.Comp.BatchMove.IFDBatchMoveReader
| [–] Properties | |
|---|---|
| Type: interface class
| |
| Visibility: public | |
| Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
| Unit: FireDAC.Comp.BatchMove | |
| Parent: FireDAC.Comp.BatchMove | |
Delphi
IFDBatchMoveReader = interface(IFDBatchMoveDriver)
C++
__interface INTERFACE_UUID("{3E9B315B-F456-4175-A864-B2573C4A2051}") IFDBatchMoveReader : public IFDBatchMoveDriver
Description
Interface in the FireDAC library that defines the contract for reading data during a batch move operation.
It is inherited from IFDBatchMoveDriver.