FireDAC.Comp.BatchMove.TFDBatchMove.DeleteCount
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
Unit: FireDAC.Comp.BatchMove | |
Parent: TFDBatchMove |
Delphi
property DeleteCount: Integer read FDeleteCount;
C++
__property int DeleteCount = {read=FDeleteCount, nodefault};
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.