SqlDataReader.GetSqlSingle Method
.NET Framework 1.1
Gets the value of the specified column as a SqlSingle.
[Visual Basic] Public Function GetSqlSingle( _ ByVal i As Integer _ ) As SqlSingle [C#] public SqlSingle GetSqlSingle( int i ); [C++] public: SqlSingle GetSqlSingle( int i ); [JScript] public function GetSqlSingle( i : int ) : SqlSingle;
Parameters
- i
- The zero-based column ordinal.
Return Value
A SqlSingle.
Remarks
No conversions are performed; therefore the data retrieved must already be a single precision floating point number or an exception is generated.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
SqlDataReader Class | SqlDataReader Members | System.Data.SqlClient Namespace