Data.DBXCommon.TDBXReaderValue.GetDBXReader
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXReaderValue | |
Delphi
function GetDBXReader: TDBXReader; override;
function GetDBXReader(AInstanceOwner: Boolean): TDBXReader; override;
C++
virtual TDBXReader* __fastcall GetDBXReader()/* overload */;
virtual TDBXReader* __fastcall GetDBXReader(bool AInstanceOwner)/* overload */;
Description
Gets the TObject value for TDBXValues with a TDBXDataTypes type of TDBXDataTypes.DBXTable.
Data.DBXCommon.TDBXReaderValue.GetDBXReader inherits from Data.DBXCommon.TDBXValue.GetDBXReader. All content below this line refers to Data.DBXCommon.TDBXValue.GetDBXReader.
Gets the TObject value for TDBXValues with a TDBXDataTypes type of TDBXDataTypes.DBXTable.
GetDBXReader gets the TObject value for TDBXValues with a TDBXDataTypes type of TDBXDataTypes.DBXTable. This method throws a TDBXError exception if TDBXValue.IsNull is true.