Data.DBXCommonTable.TDBXTableReader.GetValueType
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXTableReader |
Delphi
function GetValueType(const Ordinal: Integer): TDBXValueType; override;
C++
virtual Data::Dbxcommon::TDBXValueType* __fastcall GetValueType(const int Ordinal);
Description
Returns the TDBXValueType for the given index.
The GetValueType method is used to return the TDBXValueType for the given index specified through the Ordinal
parameter.