Datasnap.DSCommonServer.TDSServerCommand.GetRowsAffected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRowsAffected: Int64; override;

C++

virtual __int64 __fastcall GetRowsAffected();

Properties

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

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.

See Also