FireDAC.Comp.Client.TFDAdaptedDataSet
Delphi
TFDAdaptedDataSet = class(TFDDataSet, IFDPhysChangeHandler)
C++
class PASCALIMPLEMENTATION TFDAdaptedDataSet : public Firedac::Comp::Dataset::TFDDataSet
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | FireDAC.Comp.Client |
Description
The TFDAdaptedDataSet class uses data adapter to execute DBMS queries, open DBMS cursors, fetch rows, and post changes back to DBMS.
The TFDAdaptedDataSet class is an intermediate class in FireDAC dataset classes hierarchy. The programmer must not use it directly.
The TFDAdaptedDataSet class uses the data adapter pointed by the Adapter property to execute DBMS queries, open DBMS cursors, fetch rows, and post changes back to the DBMS. The dataset itself has no built-in capabilities to work with the DBMS.
For options description, see FireDAC.Stan.Option.