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