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