iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

InMemoryDataReader.GetFloat Method 

Returns the value of the specified column as a single-precision floating point number.

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

Parameters

fieldIndex
The zero-based column ordinal.

Return Value

The value of the column.

Implements

IDataRecord.

See Also

InMemoryDataReader Class | IBatisNet.DataMapper.Commands Namespace