Advanced.Data.Provider Documentation

AdpDataReader.GetFloat Method 

[This is preliminary documentation and subject to change.]

Gets the single-precision floating point number of the specified field.

[Visual Basic]
NotOverridable Public Function GetFloat( _
   ByVal i As Integer _
) As Single Implements _
   IDataRecord.GetFloat
[C#]
public float GetFloat(
   int i
);

Parameters

i
The index of the field to find.

Return Value

The single-precision floating point number of the specified field.

Implements

IDataRecord.GetFloat

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace