SqlDataReader::GetSqlValue Method (Int32)
.NET Framework (current version)
Returns the data value in the specified column as a SQL Server type.
Assembly: System.Data (in System.Data.dll)
Parameters
- i
-
Type:
System::Int32
The zero-based column ordinal.
GetSqlValue returns data using the native SQL Server types. To retrieve data using the .NET Framework types, see GetValue.
.NET Framework
Available since 1.1
Available since 1.1
Show: