Data.DBXCommon.TDBXCommand.RowsAffected

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXCommand

Delphi

property RowsAffected: Int64 read GetRowsAffected;

C++

__property __int64 RowsAffected = {read=GetRowsAffected};

Description

Number of rows updated

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

See Also