FireDAC.Comp.BatchMove.TFDBatchMove.InsertCount

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property InsertCount: Integer read FInsertCount;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMove


説明

InsertCount プロパティを使用すると、移動先で正常に挿入されたレコードの数を取得できます。

このプロパティ値は、レコードが正常に挿入されるたびにインクリメントされます。InsertCount プロパティは、統計やデータ移動時のフィードバックのために使用することができます。

TFDBatchMoveExecute メソッドが呼び出されると、すべてのカウンタはゼロにリセットされます。

関連項目