NpgsqlDataReader.GetFloat Method
Gets the value of a column as Single.
[Visual Basic]
Overrides Public Function GetFloat( _
ByVal
i As
Integer _
) As
Single _
[C#]
public override
float GetFloat(
int i);
Implements
IDataRecord.GetFloat
See Also
NpgsqlDataReader Class | Npgsql Namespace