Datasnap.DSCommonServer.TDSServerCommand.GetRowsAffected
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp
| |
Unit: Datasnap.DSCommonServer | |
Parent: TDSServerCommand |
Delphi
function GetRowsAffected: Int64; override;
C++
virtual __int64 __fastcall GetRowsAffected();
Description
Getter of RowsAffected.
Datasnap.DSCommonServer.TDSServerCommand.GetRowsAffected inherits from Data.DBXCommon.TDBXCommand.GetRowsAffected. All content below this line refers to Data.DBXCommon.TDBXCommand.GetRowsAffected.
Getter of RowsAffected.