Data.DBXCommonTable.TDBXTable.InsertedRows

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 InsertedRows: TDBXTable read GetInsertedRows;

C++

__property TDBXTable* InsertedRows = {read=GetInsertedRows};

Description

Table with inserted rows.

InsertedRows represents a TDBXTable with inserted rows.

See Also