FireDAC.Comp.BatchMove.TFDBatchMove.UpdateCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpdateCount: Integer read FUpdateCount;

C++

__property int UpdateCount = {read=FUpdateCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMove

Description

Use the UpdateCount property to get the number of successfully inserted records on the destination.

The property value is incremented after each successfully updated record. The UpdateCount property may be used for statistical or data moving feedback purposes.

When TFDBatchMove calls the Execute method, all counters are reset to zero.

See Also