Gets the value of the specified field (column) as an Object.
'Declaration
Public Overloads Overrides NotOverridable ReadOnly Property Item( _
ByVal As Integer _
) As Object
'Usage
Dim instance As TdDataReader
Dim ordinal As Integer
Dim value As Object
value = instance.Item(ordinal)
public override object Item(
int
) {get;}
public:
property Object^ Item {
Object^ get(int ) override;
}
Parameters
- ordinal
- Column ordinal (see TdDataReader.GetOrdinal).
Property Value
The value of the specified field represented as a System.Object type.
Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019