FireDAC.Phys.Intf.IFDPhysDriverMetadata.GetDbKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDbKind: TFDRDBMSKind;

C++

virtual Firedac::Stan::Intf::TFDRDBMSKind __fastcall GetDbKind() = 0 ;

Properties

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

Description

Getter of RDBMSKind.

Returns the data base kind for the driver.

See Also