FireDAC.Stan.Intf.TFDMergeOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDMergeOptions = set of (moPreserveState);

C++

typedef System::Set<Firedac_Stan_Intf__2, Firedac_Stan_Intf__2::moPreserveState, Firedac_Stan_Intf__2::moPreserveState> TFDMergeOptions;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Description

Set of merging options.

A set of merging options may contain any combination of the following options:

Option Description
moPreserveState Preserve the row state of the rows in the target dataset of the merger.

See Also