FireDAC.Phys.Intf.IFDPhysManagerMetadata.GetBaseDriverID
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: FireDAC.Phys.Intf.pas FireDAC.Phys.Intf.hpp
| |
Unit: FireDAC.Phys.Intf | |
Parent: IFDPhysManagerMetadata |
Delphi
function GetBaseDriverID(AIndex: Integer): String; overload;
function GetBaseDriverID(const ADriverID: String): String; overload;
C++
virtual System::UnicodeString __fastcall GetBaseDriverID(int AIndex) = 0 /* overload */;
virtual System::UnicodeString __fastcall GetBaseDriverID(const System::UnicodeString ADriverID) = 0 /* overload */;
Description
Embarcadero Technologies does not currently have any additional information.