FireDAC.Stan.Option.TFDResourceOptions.StoreMergeMeta

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StoreMergeMeta: TFDMergeMetaMode read GetStoreMergeMeta

C++

__property Firedac::Stan::Intf::TFDMergeMetaMode StoreMergeMeta = {read=GetStoreMergeMeta, write=SetStoreMergeMeta, stored=IsSMMS, default=0};

Properties

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

Description

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

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

See Also