FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriver.FDDataSet

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.BatchMove.DataSet.pas
FireDAC.Comp.BatchMove.DataSet.hpp
Unit: FireDAC.Comp.BatchMove.DataSet
Parent: TFDBatchMoveDataSetDriver

Delphi

property FDDataSet: TFDAdaptedDataSet read GetFDDataSet;

C++

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

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