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