FireDAC.Comp.Client.TFDAdaptedDataSet.Adapter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDAdaptedDataSet

Delphi

property Adapter: TFDCustomTableAdapter read FAdapter;

C++

__property TFDCustomTableAdapter* Adapter = {read=FAdapter};

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.

See Also