Data.DBXCommonTable.TDBXTable.GetDeletedRows
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXTable |
Delphi
function GetDeletedRows: TDBXTable; virtual;
C++
virtual TDBXTable* __fastcall GetDeletedRows();
Description
Returns a TDBXTable with deleted rows.
GetDeletedRows is the protected getter method for the DeletedRows property. By default, GetDeletedRows raises an 'Unsupported operation' exception, so every descendant of TDBXTable must implement this method. GetDeletedRows returns a TDBXTable with rows deleted from the current table.