aspxtreme

OleDbDataReader.Item Property ( Int32 )

System.Data.OleDb Namespace   OleDbDataReader Class


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

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

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

[ C# ]
public object this [ 
   int index
 ] {get;}

[ C++ ]
public: __property __sealed Object* get_Item (
   int index
);

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

Parameters

index
The zero-based column ordinal.

Property Value

The value at the specified column in its native format.

See Also

OleDbDataReader Members   OleDbDataReader.Item Overload List



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 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 aspxtreme