FireDAC.Comp.BatchMove.TFDBatchMoveDriver.GetIsBatch
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
| Unit: FireDAC.Comp.BatchMove | |
| Parent: TFDBatchMoveDriver | |
Delphi
function GetIsBatch: Boolean; virtual;
C++
virtual bool __fastcall GetIsBatch();
Description
Returns True if a batch move writer supports batch-like data writing.
Note This virtual method is overriden by derived classes.