FireDAC.Comp.DataSet.TFDDataSet.MergeDataSet

From RAD Studio API Documentation
Jump to: navigation, search

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() );

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

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

This method receives the following parameters:

See Also