Mimer SQL Data Provider
Item(Int32) Property




Mimer.Data.Client Namespace > MimerDataReader Class > Item Property : Item(Int32) Property
The zero-based column ordinal position.
Gets the value of the specified column in its native format given the column ordinal.

In C#, this property is the indexer for the MimerDataReader class.

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

Parameters

i
The zero-based column ordinal position.

Property Value

The value of the specified column in its native format.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerDataReader Class
MimerDataReader Members
Overload List