FireDAC.Phys.Intf.IFDPhysDriverMetadata.RDBMSKind

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
Unit: FireDAC.Phys.Intf
Parent: IFDPhysDriverMetadata

Delphi

property RDBMSKind: TFDRDBMSKind read GetDbKind;

C++

__property Firedac::Stan::Intf::TFDRDBMSKind RDBMSKind = {read=GetDbKind};

Description

Returns the data base kind for the driver.

See Also