FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriver.FDDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FDDataSet: TFDAdaptedDataSet read GetFDDataSet;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.BatchMove.DataSet.pas
FireDAC.Comp.BatchMove.DataSet.hpp
FireDAC.Comp.BatchMove.DataSet TFDBatchMoveDataSetDriver

Description

Use the FDDataSet property to get the reference to the TFDAdaptedDataSet dataset.

After assigning the DataSet property, the FDDataSet property value is automatically accessible if the dataset class is descendent of the TFDAdaptedDataSet class, which is one of the base classes for FireDAC datasets.

When using a FireDAC dataset several features are enabled. See the DataSet property for details.

See Also