FireDAC.Comp.Client.TFDLocalSQLDataSet.Adapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Adapter: IFDPhysLocalSQLAdapter read FAdapter;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDLocalSQLDataSet

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