 | SphinxQLDataReaderGetByte Method |
Gets the value of the specified column as a byte.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override byte GetByte(
int ordinal
)
Public Overrides Function GetByte (
ordinal As Integer
) As Byte
Parameters
- ordinal
- Type: SystemInt32
The zero-based column ordinal.
Return Value
Type:
ByteThe value of the specified column.
Implements
IDataRecordGetByte(Int32)
Exceptions
See Also