 | SphinxQLDataReaderGetDouble Method (String) |
Gets the value of the specified column as a double-precision floating point number.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic double GetDouble(
string name
)
Public Function GetDouble (
name As String
) As Double
Parameters
- name
- Type: SystemString
The name of the column.
Return Value
Type:
DoubleThe value of the specified column.
Exceptions
See Also