FireDAC.Phys.Intf.IFDPhysChangeHandler.GetMergeTable

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 GetMergeTable: TFDDatSTable;

C++

virtual Firedac::Dats::TFDDatSTable* __fastcall GetMergeTable() = 0 ;

Description

Getter of MergeTable.

See Also