Mimer SQL Data Provider
Item(String) Property




Mimer.Data.Client Namespace > MimerDataReader Class > Item Property : Item(String) Property
The column name.
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.

Syntax
'Declaration
 
Public Overloads Overrides NotOverridable ReadOnly Property Item( _
   ByVal name As String _
) As Object
public override object Item( 
   string name
) {get;}
public read-only property Item( 
    name: String
): TObject; override; 
public override function get Item( 
   name : String
) : Object
public: __property Object* get_Item( 
   string* name
) override;

Parameters

name
The column name.

Property Value

The value of the specified column in its native format.
Remarks
The column name lookup performs a case-sensitive lookup first. If it fails, a second case-insensitive search is made.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerDataReader Class
MimerDataReader Members
Overload List