Data.DBXCommon.TDBXValue.GetDbxContext
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValue |
Delphi
function GetDbxContext: TDBXContext;
C++
TDBXContext* __fastcall GetDbxContext();
Description
Get context information for a connection associated with value.
GetDbxContext gets the value of the DbxContext property, which holds the TDBXContext associated with the value. This is used by driver writers.