asp.net.ph

SqlDataReader.GetSQLValue Method

System.Data.SqlClient Namespace   SqlDataReader Class


[ To be supplied. ]

[ VB ]
NotOverridable Public Function GetSQLValue ( _
   ByVal index As Integer _
) As Object

[ C# ]
public object GetSQLValue (
   int index
);

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

[ JScript ]
public function GetSQLValue (
   index : int
) : Object

Parameters

index
An Object that is a representation of the underlying SqlDbType Variant.

Remarks

GetSqlValue returns data using the native SQL Server types. To retrieve data using the .Net Framework types, see GetValue.

See Also

SqlDataReader 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