FireDAC.Comp.DataSet.TFDDataSet.MergeDataSet

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

procedure MergeDataSet(ASource: TFDDataSet; AData: TFDMergeDataMode = dmDataMerge;
AMeta: TFDMergeMetaMode = mmNone; AOptions: TFDMergeOptions = []);

C++

void __fastcall MergeDataSet(TFDDataSet* ASource, Firedac::Stan::Intf::TFDMergeDataMode AData = (Firedac::Stan::Intf::TFDMergeDataMode)(0x3), Firedac::Stan::Intf::TFDMergeMetaMode AMeta = (Firedac::Stan::Intf::TFDMergeMetaMode)(0x0), Firedac::Stan::Intf::TFDMergeOptions AOptions = Firedac::Stan::Intf::TFDMergeOptions() );

Description

Merges the data and metadata of the specified dataset into the current dataset.

This method receives the following parameters:

See Also