Sphinx QLData ReaderGet Int 16(Int 32) Method
Gets the value of the specified column as a 16-bit signed integer.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The value of the specified column.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override short GetInt16(
int ordinal
)VB
Public Overrides Function GetInt16 (
ordinal As Integer
) As ShortParameters
- ordinal Int32
- The zero-based column ordinal.
Return Value
Int16The value of the specified column.
Implements
IDataRecordGetInt16(Int32)Exceptions
| IndexOutOfRangeException | The provided column index is out of range. |