Data.DBXClient.TDBXClientCommand.GetRowsAffected
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXClient.pas Data.DBXClient.hpp
| |
Unit: Data.DBXClient | |
Parent: TDBXClientCommand |
Delphi
function GetRowsAffected: Int64; override;
C++
virtual __int64 __fastcall GetRowsAffected();
Description
Returns the number of rows updated.
GetRowsAffected returns the number of rows updated from the last call to ExecuteUpdate.