Data.DBXCommon.TDBXCommand.RowsAffected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowsAffected: Int64 read GetRowsAffected;

C++

__property __int64 RowsAffected = {read=GetRowsAffected};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXCommand

Description

Number of rows updated

This property holds the number of rows updated from the last call to ExecuteUpdate.

See Also