Data.DBXCommon.TDBXValue.GetJSONValue
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValue |
Delphi
function GetJSONValue: TJSONValue; overload; virtual;
function GetJSONValue(AInstanceOwner: Boolean): TJSONValue; overload; virtual;
C++
virtual System::Json::TJSONValue* __fastcall GetJSONValue()/* overload */;
virtual System::Json::TJSONValue* __fastcall GetJSONValue(bool AInstanceOwner)/* overload */;
Description
Returns the JSON value from the row buffer.