FireDAC.Phys.Intf.IFDPhysManagerMetadata.GetRDBMSName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRDBMSName(AKind: TFDRDBMSKind): String;

C++

virtual System::UnicodeString __fastcall GetRDBMSName(Firedac::Stan::Intf::TFDRDBMSKind AKind) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf IFDPhysManagerMetadata

Description

Returns the database name of the specified TFDRDBMSKind.

See Also