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
- index
- An Object that is a representation of the underlying SqlDbType Variant.
GetSqlValue returns data using the native SQL Server types. To retrieve data using the .Net Framework types, see GetValue.
SqlDataReader Members