Data.DBXCommonTable.TDBXTable.UpdatedRows

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property UpdatedRows: TDBXTable read GetUpdatedRows;

C++

__property TDBXTable* UpdatedRows = {read=GetUpdatedRows};

Description

Table with updated rows.

UpdatedRows represents a TDBXTable with updated rows.

See Also