FireDAC.Phys.Intf.IFDPhysChangeHandler.MergeTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MergeTable: TFDDatSTable read GetMergeTable;

C++

__property Firedac::Dats::TFDDatSTable* MergeTable = {read=GetMergeTable};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf IFDPhysChangeHandler

Description

Table of client-side records.

When FireDAC needs to refresh the content of the change handler, it reloads or merges the changes into this table. When the value of MergeManager is not nil, FireDAC uses the MergeManager instead. Otherwise, FireDAC uses MergeTable.

See Also