 | SphinxQLDataReaderGetInt16(String) Method |
Gets the value of the specified column as a 16-bit signed integer.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic short GetInt16(
string name
)
Public Function GetInt16 (
name As String
) As Short
Parameters
- name String
- The name of the column.
Return Value
Int16The value of the specified column.
Exceptions
See Also