FireDAC.Comp.Client.TFDCustomMemTable.Adapter

From RAD Studio API Documentation
Jump to: navigation, search

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.

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.

See Also