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