Data.DBXCommon.TDBXConnectionFactory.GetConnectionDriver
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXConnectionFactory | |
Delphi
function GetConnectionDriver(const ConnectionName : string) : TDBXDelegateDriver; overload;
C++
TDBXDelegateDriver* __fastcall GetConnectionDriver(const System::UnicodeString ConnectionName)/* overload */;
Description
Gets a TDBXDriver instance for a connection name.
This method gets the associated TDBXDriver instance for the supplied ConnectionName.
Note: Call TDBXDriver.Free when the TDBXDriver is no longer needed.