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