FireDAC.Comp.Client.TFDAdaptedDataSet.Adapter
Delphi
property Adapter: TFDCustomTableAdapter read FAdapter;
C++
__property TFDCustomTableAdapter* Adapter = {read=FAdapter};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDAdaptedDataSet |
Description
The reference to a data adapter.
Use this property to get/set a data adapter for the dataset.
The dataset uses a data adapter to talk to DBMS, when it needs to execute query, fetch rows, and post changes back to DBMS. This method is primary useful for TFDMemTable.