asp.net.ph

OleDbDataReader.Item Property ( String )

System.Data.OleDb Namespace   OleDbDataReader Class


Returns the value of the specified column in its native format given the column name.

In [ C# ], this property is the indexer for the OleDbDataReader class.

[ VB ]
Overloads NotOverridable Public Default ReadOnly Property Item ( _
   ByVal name As String _
) As Object

[ C# ]
public object this [ 
   string name
 ] {get;}

[ C++ ]
public: __property __sealed Object* get_Item (
   String* name
);

[ JScript ]
returnValue = OleDbDataReaderObject.Item ( name );
-or-
returnValue = OleDbDataReaderObject ( name );

Parameters

name
The column name.

Property Value

The value at the specified column in its native format.

Remarks

A case-sensitive lookup is performed first. If it fails, a second case-insensitive search is made.

This method is kana-width insensitive.

See Also

OleDbDataReader Members   OleDbDataReader.Item Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph