Data.DBXCommon.TDBXCommand.GetRowsAffected
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXCommand | |
Delphi
function GetRowsAffected: Int64; virtual; abstract;
C++
virtual __int64 __fastcall GetRowsAffected() = 0 ;
Description
Getter of RowsAffected.