Data.SqlExpr.TSQLConnection.DBXConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DBXConnection: TDBXConnection read FDBXConnection;

C++

__property Data::Dbxcommon::TDBXConnection* DBXConnection = {read=FDBXConnection};

Properties

Type Visibility Source Unit Parent
property public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

Description

Provides an interface to the dbExpress object that represents a connection.

DBXConnection is an interface to the underlying dbExpress object for a database connection. Typically, you would not need to interact directly with this dbExpress object because all of its methods are surfaced, directly or indirectly, in the implementation of TSQLConnection.

See Also