FireDAC.Phys.Intf.IFDPhysChangeHandler.GetMergeManager

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetMergeManager: TFDDatSManager;

C++

virtual Firedac::Dats::TFDDatSManager* __fastcall GetMergeManager() = 0 ;

Description

Getter of MergeManager.

See Also