FireDAC.Stan.Option.TFDResourceOptions.StoreMergeData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StoreMergeData: TFDMergeDataMode read GetStoreMergeData

C++

__property Firedac::Stan::Intf::TFDMergeDataMode StoreMergeData = {read=GetStoreMergeData, write=SetStoreMergeData, stored=IsSMOS, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDResourceOptions

Description

Data merging mode that is used when you load a stream or file into the current dataset.

The default merging mode is to not merge data, but instead overwrite the old data with the new data.

See Also