Data.DBXCommon.TDBXCommand.RowsAffected

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

Delphi

property RowsAffected: Int64 read GetRowsAffected;

C++

__property __int64 RowsAffected = {read=GetRowsAffected};

プロパティ

種類 可視性 ソース ユニット
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXCommand

説明

更新された行の数。

このプロパティは,ExecuteUpdate が最後に呼び出されてから更新された行の数を保持します。

関連項目