API:Data.DBXClient.TDBXClientCommand.GetRowsAffected

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetRowsAffected: Int64; override;

C++

virtual __int64 __fastcall GetRowsAffected();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientCommand

Beschreibung

Getter-Methode von RowsAffected.

Data.DBXClient.TDBXClientCommand.GetRowsAffected erbt von Data.DBXCommon.TDBXCommand.GetRowsAffected. Der folgende Inhalt bezieht sich auf Data.DBXCommon.TDBXCommand.GetRowsAffected.

Getter-Methode von RowsAffected.

Siehe auch