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