FireDAC.Phys.Intf.IFDPhysChangeHandler.MergeTable

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
Unit: FireDAC.Phys.Intf
Parent: IFDPhysChangeHandler

Delphi

property MergeTable: TFDDatSTable read GetMergeTable;

C++

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

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