Datasnap.DSConnect.TDSProviderConnection.Connection
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: protected | |
| Source: Datasnap.DSConnect.pas Datasnap.DSConnect.hpp
| |
| Unit: Datasnap.DSConnect | |
| Parent: TDSProviderConnection | |
Delphi
property Connection: TDBXConnection read GetDBXConnection;
C++
__property Data::Dbxcommon::TDBXConnection* Connection = {read=GetDBXConnection};
Description
Provides an interface to the dbExpress object that represents a connection.
Connection is an interface to the underlying dbExpress object for a database connection. Typically, you would not need to interact directly with this dbExpress object.