 | SphinxQLDataReaderGetDouble Method (String) |
Gets the value of the specified column as a double-precision floating point number.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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