FireDAC.Comp.DataSet.TFDDataSet.MergeDataSet
[–] 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:
ASource
is the dataset to merge into the current dataset.AData
determines the data merging mode.AMeta
determines the metadata merging mode.AOptions
determines the merging options.