FireDAC.Phys.TFDPhysDriverLink.BaseDriverID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BaseDriverID: String read GetBaseDriverID;

C++

__property System::UnicodeString BaseDriverID = {read=GetBaseDriverID};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysDriverLink

Description

The base driver ID.

Use the BaseDriverID property to get a base driver ID. The base driver ID is constant and represents the FireDAC DBMS driver implementation.

See Also