FireDAC.Stan.Intf.TFDMergeOptions

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

Delphi

TFDMergeOptions = set of (moPreserveState);

C++

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

プロパティ

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


説明

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

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

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

関連項目