Data.DBXCommon.TDBXConnectionFactory.GetConnectionDriver

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetConnectionDriver(const ConnectionName : string) : TDBXDelegateDriver; overload;

C++

TDBXDelegateDriver* __fastcall GetConnectionDriver(const System::UnicodeString ConnectionName)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXConnectionFactory

Description

Obtient une instance de TDBXDriver pour un nom de connexion.

Cette méthode obtient l'instance de TDBXDriver associée au ConnectionName fourni.

Remarque :  Appelle TDBXDriver.Free quand le TDBXDriver n'est plus nécessaire.

Voir aussi