API:Data.DBXCommon.TDBXStreamValue.GetJSONStream
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXStreamValue | |
Delphi
function GetJSONStream(AInstanceOwner: Boolean): TDBXJSONStream; override;
C++
virtual TDBXJSONStream* __fastcall GetJSONStream(bool AInstanceOwner)/* overload */;
Description
Gets the TStream value for binary data types as a JDBXJSONStream. Throws a TDBXError exception if TDBXValue.IsNull is true.
Data.DBXCommon.TDBXStreamValue.GetJSONStream inherits from Data.DBXCommon.TDBXValue.GetJSONStream. All content below this line refers to Data.DBXCommon.TDBXValue.GetJSONStream.
Gets the TStream value for binary data types as a JDBXJSONStream. Throws a TDBXError exception if TDBXValue.IsNull is true.