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