Data.DBXDelegate.TDBXDelegateWritableValue.GetDBXConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDBXConnection: TDBXConnection; override;

C++

virtual Data::Dbxcommon::TDBXConnection* __fastcall GetDBXConnection();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

Description

Get TDBXConnection for TDBXValues with TDBXDataTypes.DBXConnectionType data type.

Data.DBXDelegate.TDBXDelegateWritableValue.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