Data.DBXClient.TDBXClientCommand.GetRowsAffected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRowsAffected: Int64; override;

C++

virtual __int64 __fastcall GetRowsAffected();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientCommand

Description

Returns the number of rows updated.

GetRowsAffected returns the number of rows updated from the last call to ExecuteUpdate.


See Also