Datasnap.DSCommonServer.TDSServerCommand.GetRowsAffected

From RAD Studio API Documentation

Delphi

function GetRowsAffected: Int64; override;

C++

virtual __int64 __fastcall GetRowsAffected(void);

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSServerCommand

Description

Getter of RowsAffected. {{#multireplace:Datasnap.DSCommonServer.TDSServerCommand.GetRowsAffected|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXCommand.GetRowsAffected|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXCommand.GetRowsAffected|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Getter of RowsAffected.

See Also