SqlColumnBinder.GetDouble Method (DbDataReader, Double)
Retrieves the value of this column as a double from the given reader
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetDouble ( _
reader As DbDataReader, _
nullValue As Double _
) As Double
public double GetDouble(
DbDataReader reader,
double nullValue
)
public:
double GetDouble(
DbDataReader^ reader,
double nullValue
)
member GetDouble :
reader:DbDataReader *
nullValue:float -> float
public function GetDouble(
reader : DbDataReader,
nullValue : double
) : double
Parameters
- reader
Type: System.Data.Common.DbDataReader
nullValue
Type: System.DoubleValue to return if DB column is null.
Return Value
Type: System.Double
Returns 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.