Data.DBXCommon.TDBXConnectionValue.GetDBXConnection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXConnectionValue

Delphi

function GetDBXConnection: TDBXConnection; override;

C++

virtual TDBXConnection* __fastcall GetDBXConnection();

Description

Get TDBXConnection for TDBXValues with TDBXDataTypes.DBXConnectionType data type.

Data.DBXCommon.TDBXConnectionValue.GetDBXConnection inherits from Data.DBXCommon.TDBXValue.GetDBXConnection. All content below this line refers to Data.DBXCommon.TDBXValue.GetDBXConnection.

Get TDBXConnection for TDBXValues with TDBXDataTypes.DBXConnectionType data type.

GetDBXConnection gets the TDBXConnection instance for TDBXValues with a data type of TDBXDataTypes.DBXConnectionType. This is used for DataSnap server methods to specify a database connection context.

See Also