DbDataRecord::GetFloat Method (Int32)
.NET Framework (current version)
Returns the value of the specified column as a single-precision floating-point number.
Assembly: System.Data (in System.Data.dll)
Parameters
- i
-
Type:
System::Int32
The column ordinal.
Implements
IDataRecord::GetFloat(Int32)No conversions are performed; therefore the data retrieved must already be a single-precision floating-point number.
.NET Framework
Available since 1.1
Available since 1.1
Show: