 | SphinxQLDataReaderGetFloat(Int32) Method |
Gets the value of the specified column as a single-precision floating point number.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic override float GetFloat(
int ordinal
)
Public Overrides Function GetFloat (
ordinal As Integer
) As Single
Parameters
- ordinal Int32
- The zero-based column ordinal.
Return Value
SingleThe value of the specified column.
Implements
IDataRecordGetFloat(Int32)
Exceptions
See Also