Data.DBXCommonTable.TDBXTable.UpdatedRows

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpdatedRows: TDBXTable read GetUpdatedRows;

C++

__property TDBXTable* UpdatedRows = {read=GetUpdatedRows};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTable

Description

Table with updated rows.

UpdatedRows represents a TDBXTable with updated rows.

See Also