FireDAC.Stan.Intf.TFDMergeOptions

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TFDMergeOptions = set of TFDMergeOption;

C++

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

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf


説明

マージ オプションのセット。

マージ オプションのセットは、次のオプションの任意の組み合わせを保有することができます:

オプション 説明
moPreserveState マージャーのターゲット データセットにおける行の行状態を保持します。

関連項目