Gets the value of the specified column in its native format given the column name.
In C#, this property is the indexer for the MimerDataReader class.
'Declaration
Public Overloads Overrides NotOverridable ReadOnly Property Item( _
ByVal As String _
) As Object
public override object Item(
string
) {get;}
public read-only property Item(
: String
): TObject; override;
public override function get Item(
: String
) : Object
public: __property Object* get_Item(
string*
) override;
Parameters
- name
- The column name.
Property Value
The value of the specified column in its native format.
.NET Framework
Version 2.0 or later