 | SphinxQLDataReaderGetChar Method (Int32) |
Gets the value of the specified column as a single character.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override char GetChar(
int ordinal
)
Public Overrides Function GetChar (
ordinal As Integer
) As Char
Parameters
- ordinal
- Type: SystemInt32
The zero-based column ordinal.
Return Value
Type:
CharThe value of the specified column.
Implements
IDataRecordGetChar(Int32)
Exceptions
See Also