Data.DBXCommon.TDBXConnection.ProductName
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXConnection |
Delphi
property ProductName: string read GetProductName;
C++
__property System::UnicodeString ProductName = {read=GetProductName};
Description
Provide product name if supported.
Provide product name if supported. The default implementation tries to use the TDBXPropertyNames.ProductName driver first. It calls GetVendorProperty second. The TDBXPropertyNames.DriverName is used as a last resort.