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


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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