 | SphinxQLDataReaderGetInt64(String) 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 long GetInt64(
string name
)
Public Function GetInt64 (
name As String
) As Long
Parameters
- name String
- The name of the column.
Return Value
Int64The value of the specified column.
Exceptions
See Also