FireDAC.Comp.BatchMove.TFDBatchMove.InsertCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: TFDBatchMove

Delphi

property InsertCount: Integer read FInsertCount;

C++

__property int InsertCount = {read=FInsertCount, nodefault};

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.

See Also