 | SphinxQLDataReaderGetInt64(Int32) Method |
Gets the value of the specified column as a 64-bit signed integer.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic override long GetInt64(
int ordinal
)
Public Overrides Function GetInt64 (
ordinal As Integer
) As Long
Parameters
- ordinal Int32
- The zero-based column ordinal.
Return Value
Int64The value of the specified column.
Implements
IDataRecordGetInt64(Int32)
Exceptions
See Also