Data.DBXClient.TDBXClientCommand.GetRowsAffected

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

Delphi

function GetRowsAffected: Int64; override;

C++

virtual __int64 __fastcall GetRowsAffected();

プロパティ

種類 可視性 ソース ユニット
function protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientCommand


説明

更新された行数を返します。

GetRowsAffected は、ExecuteUpdate に対する最後の呼び出しで更新された行数を返します。


関連項目