 | SphinxQLDataReaderGetUInt64(String) 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(
string name
)
Public Function GetUInt64 (
name As String
) As ULong
Parameters
- name String
- The name of the column.
Return Value
UInt64The value of the specified column.
Exceptions
See Also