Data.SqlExpr.TSQLConnection.DBXConnection
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
Unit: Data.SqlExpr | |
Parent: TSQLConnection |
Delphi
property DBXConnection: TDBXConnection read FDBXConnection;
C++
__property Data::Dbxcommon::TDBXConnection* DBXConnection = {read=FDBXConnection};
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.