asp.net.ph

OleDbDataReader.GetValue Method

System.Data.OleDb Namespace   OleDbDataReader Class


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

[ VB ]
NotOverridable Public Sub GetValue ( _
   ByVal index As Integer, _
   ByRef value As Object _
)

[ C# ]
void GetValue (
   int index,
   ref object value
);

[ C++ ]
public: __sealed void GetValue (
   int index,
   Object** value
);

[ JScript ]
public function GetValue (
   index : int,
   value : Object
);

Parameters

index
The zero-based column ordinal.
value
The value to return.

Remarks

GetValue returns data using the .NET Framework types.

This method returns DBNull for null database columns.

See Also

OleDbDataReader Members 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