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 a double 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 GetDouble ( _
reader As DbDataReader _
) As Double
public double GetDouble(
DbDataReader reader
)
public:
double GetDouble(
DbDataReader^ reader
)
member GetDouble :
reader:DbDataReader -> float
public function GetDouble(
reader : DbDataReader
) : double
Parameters
- reader
Type: System.Data.Common.DbDataReader
Return Value
Type: System.Double
.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.