Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- reader
Type: System.Data.Common.DbDataReader
Return Value
Type: System.Single
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.