FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriver.FDDataSet

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

Delphi

property FDDataSet: TFDAdaptedDataSet read GetFDDataSet;

C++

__property Firedac::Comp::Client::TFDAdaptedDataSet* FDDataSet = {read=GetFDDataSet};

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Comp.BatchMove.DataSet.pas
FireDAC.Comp.BatchMove.DataSet.hpp
FireDAC.Comp.BatchMove.DataSet TFDBatchMoveDataSetDriver


説明

FDDataSet プロパティを使用すると、TFDAdaptedDataSet データセットの参照を取得できます。

DataSet プロパティの値がいったん割り当てられると、データセット クラスが TFDAdaptedDataSet クラス(FireDAC データセットの基底クラスの 1 つ)の下位クラスである場合は、FDDataSet プロパティの値が自動的にアクセス可能になります。

FireDAC データセットを使用する場合は、いくつかの機能が使用可能です。詳細については、DataSet プロパティの説明を参照してください。

関連項目