FireDAC.Comp.Client.TFDCustomMemTable.Adapter
Delphi
property Adapter: TFDCustomTableAdapter read FAdapter write SetAdapter;
C++
__property Adapter = {write=SetAdapter};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCustomMemTable |
Description
The reference to a data adapter. {{#multireplace:FireDAC.Comp.Client.TFDCustomMemTable.Adapter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Comp.Client.TFDAdaptedDataSet.Adapter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FireDAC.Comp.Client.TFDAdaptedDataSet.Adapter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.