FireDAC.Comp.BatchMove.TFDBatchMove.WriteCount
Delphi
property WriteCount: Integer read GetWriteCount;
C++
__property int WriteCount = {read=GetWriteCount, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp |
FireDAC.Comp.BatchMove | TFDBatchMove |
Description
Use the WriteCount property to get the number of successfully inserted, updated or deleted records on the destination.
The property value is incremented after each successfully moved record. The WriteCount property may be used for statistical or data moving feedback purposes.
When TFDBatchMove calls the Execute method, all counters are reset to zero.