FireDAC.Phys.SQLiteVDataSet.TFDLocalSQL.Connection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connection: TFDCustomConnection read FConnection write SetConnection;

C++

__property Connection;

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.SQLiteVDataSet.pas
FireDAC.Phys.SQLiteVDataSet.hpp
FireDAC.Phys.SQLiteVDataSet TFDLocalSQL

Description

Specifies the FireDAC connection component to use.

FireDAC.Phys.SQLiteVDataSet.TFDLocalSQL.Connection inherits from FireDAC.Comp.Client.TFDCustomLocalSQL.Connection. All content below this line refers to FireDAC.Comp.Client.TFDCustomLocalSQL.Connection.

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.

See Also