SqlColumnBinder.GetFloat Method (DbDataReader)

Retrieves the value of this column as float from the given reader.

An exception will be thrown if the column is null

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetFloat ( _
    reader As DbDataReader _
) As Single
public float GetFloat(
    DbDataReader reader
)
public:
float GetFloat(
    DbDataReader^ reader
)
member GetFloat : 
        reader:DbDataReader -> float32
public function GetFloat(
    reader : DbDataReader
) : float

Parameters

Return Value

Type: System.Single

.NET Framework Security

See Also

Reference

SqlColumnBinder Class

GetFloat Overload

Microsoft.TeamFoundation.Framework.Server Namespace