Gets the value of the specified field (column) as an Object.
'Declaration
Public Overrides NotOverridable ReadOnly Default Property Item( _
ByVal As String _
) As Object
'Usage
Dim instance As TdDataReader
Dim name As String
Dim value As Object
value = instance.Item(name)
public override object this[
string
]; {get;}
public:
property Object^ default [String^] override {
Object^ get(String^ ) override;
}
Parameters
- name
- Specifies the column name.
Property Value
The value of the specified field represented as a System.Object type.
Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2