 | SphinxQLDataReaderGetUInt64(Int32) Method |
Gets the value of the specified column as a 64-bit unsigned integer.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic ulong GetUInt64(
int ordinal
)
Public Function GetUInt64 (
ordinal As Integer
) As ULong
Parameters
- ordinal Int32
- The zero-based column ordinal.
Return Value
UInt64The value of the specified column.
Exceptions
See Also