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