Data.DBXCommon.TDBXValue.GetDBXConnection
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXValue | |
Delphi
function GetDBXConnection: TDBXConnection; virtual;
C++
virtual TDBXConnection* __fastcall GetDBXConnection();
Description
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.