FireDAC.Comp.Client.TFDCustomMemTable.Adapter
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomMemTable | |
Delphi
property Adapter write SetAdapter;
C++
__property Adapter = {write=SetAdapter};
Description
The reference to a data adapter.
FireDAC.Comp.Client.TFDCustomMemTable.Adapter inherits from FireDAC.Comp.Client.TFDAdaptedDataSet.Adapter. All content below this line refers to FireDAC.Comp.Client.TFDAdaptedDataSet.Adapter.
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.