 | SphinxQLDataReaderGetDouble(Int32) 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 override double GetDouble(
int ordinal
)
Public Overrides Function GetDouble (
ordinal As Integer
) As Double
Parameters
- ordinal Int32
- The zero-based column ordinal.
Return Value
DoubleThe value of the specified column.
Implements
IDataRecordGetDouble(Int32)
Exceptions
See Also