FireDAC.Comp.Client.TFDCustomLocalSQL.Connection
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomLocalSQL | |
Delphi
property Connection: TFDCustomConnection read FConnection write SetConnection;
C++
__property TFDCustomConnection* Connection = {read=FConnection, write=SetConnection};
Description
Specifies the FireDAC connection component to use.
Use Connection to specify a FireDAC connection connected to a SQLite database. This connection will be used to publish registered datasets and execute Local SQL commands.