Data.DBXCommon.TDBXConnectionValue.GetDBXConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDBXConnection: TDBXConnection; override;

C++

virtual TDBXConnection* __fastcall GetDBXConnection();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXConnectionValue

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