Data.DBXCommon.TDBXMorphicCommand.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.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXMorphicCommand

Beschreibung

Getter-Methode von RowsAffected.

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

Getter-Methode von RowsAffected.

Siehe auch