Data.DBXCommon.TDBXCommand.RowsAffected
Delphi
property RowsAffected: Int64 read GetRowsAffected;
C++
__property __int64 RowsAffected = {read=GetRowsAffected};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXCommand |
Description
Number of rows updated
This property holds the number of rows updated from the last call to ExecuteUpdate.