API:FireDAC.Comp.Client.TFDTableAdapter

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.Client.TFDCustomTableAdapterFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDTableAdapter
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: FireDAC.Comp.Client

Delphi

TFDTableAdapter = class(TFDCustomTableAdapter)

C++

class PASCALIMPLEMENTATION TFDTableAdapter : public TFDCustomTableAdapter

Description

This class provides communication between the application and the database.

FireDAC.Comp.Client.TFDTableAdapter inherits from FireDAC.Comp.Client.TFDCustomTableAdapter. All content below this line refers to FireDAC.Comp.Client.TFDCustomTableAdapter.

This class provides communication between the application and the database.

Use TFDCustomTableAdapter to execute SQL queries, table updates, and transactions. TFDCustomTableAdapter transfers data from TFDCommand into TFDMemTable.

Instead of the three components, you can use TFDQuery to execute SQL commands, send parameters data, and receive result sets.

See Also

Sample