FireDAC.Comp.Client.TFDLocalSQLDataSet.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: TFDLocalSQLDataSet

Delphi

property Adapter: IFDPhysLocalSQLAdapter read FAdapter;

C++

__property Firedac::Phys::Intf::_di_IFDPhysLocalSQLAdapter Adapter = {read=FAdapter};

Description

Specifies a dataset reference for the Local SQL engine.

Use the Adapter property to set a reference to a dataset adapter. An adapter is a COM interface providing additional dataset services to the Local SQL engine.

FireDAC datasets implement this interface and do not require to specify an adapter. It is recommended to specify the adapter for non-FireDAC datasets, although this is optional.

See Also