FireDAC.Stan.Option.TFDResourceOptions.StoreMerge

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StoreMerge: Boolean read GetStoreMerge;

C++

__property bool StoreMerge = {read=GetStoreMerge, nodefault};

Properties

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

Description

True if StoreMergeData is not nil or StoreMergeMeta is not nil; False if both are nil.

See Also