IDBConnectionAdapter.AdaptedConnection Method
Returns the underlying third-party data-access component wrapped by this connection adapter (e.g., a TFDConnection or TSQLConnection).
Syntax
Unit: Aurelius.Drivers.Interfaces
function IDBConnectionAdapter.AdaptedConnection: TObject; virtual; abstract;