Data.DBXCommonTable.TDBXTable.InsertedRows

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InsertedRows: TDBXTable read GetInsertedRows;

C++

__property TDBXTable* InsertedRows = {read=GetInsertedRows};

Properties

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

Description

Table with inserted rows.

InsertedRows represents a TDBXTable with inserted rows.

See Also