Data.DBXCommon.TDBXValue.GetDBXConnection

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetDBXConnection: TDBXConnection; virtual;

C++

virtual TDBXConnection* __fastcall GetDBXConnection();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Beschreibung

Ermittelt die TDBXConnection-Instanz für TDBXValue-Werte vom Datentyp TDBXDataTypes.DBXConnectionType.

GetDBXConnection ermittelt die TDBXConnection-Instanz für TDBXValue-Werte vom Datentyp TDBXDataTypes.DBXConnectionType. Damit legen DataSnap-Servermethoden den Kontext einer Datenbankverbindung fest.

Siehe auch