FireDAC.Phys.Intf.IFDPhysChangeHandler.MergeManager

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 MergeManager: TFDDatSManager read GetMergeManager;

C++

__property Firedac::Dats::TFDDatSManager* MergeManager = {read=GetMergeManager};

Description

Manager of client-side records.

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

See Also