Data.DBXCommon.TDBXMorphicCommand.GetRowsAffected

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXMorphicCommand

Delphi

function  GetRowsAffected: Int64; override;

C++

virtual __int64 __fastcall GetRowsAffected();

Description

Getter of RowsAffected.

Data.DBXCommon.TDBXMorphicCommand.GetRowsAffected inherits from Data.DBXCommon.TDBXCommand.GetRowsAffected. All content below this line refers to Data.DBXCommon.TDBXCommand.GetRowsAffected.

Getter of RowsAffected.

See Also