dotConnect for Oracle Documentation
Devart.Common Namespace / DbDataReaderBase Class / GetDouble Method / GetDouble(String) Method
The name of the column.

In This Topic
GetDouble(String) Method
In This Topic
Gets the value of the specified column as a double-precision floating point number.
Syntax
'Declaration
 
Public Overloads Function GetDouble( _
   ByVal name As String _
) As Double
 

Parameters

name
The name of the column.

Return Value

The value of the specified column.
See Also