Data.DBXCommonTable.TDBXTable.DeletedRows

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 DeletedRows: TDBXTable read GetDeletedRows;

C++

__property TDBXTable* DeletedRows = {read=GetDeletedRows};

Description

Table with deleted rows.

DeletedRows represents a TDBXTable with deleted rows.

See Also