 | SphinxQLDataReaderGetValue Method (Int32) |
Gets the value of the specified column as an instance of
Object.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override Object GetValue(
int ordinal
)
Public Overrides Function GetValue (
ordinal As Integer
) As Object
Parameters
- ordinal
- Type: SystemInt32
The zero-based column ordinal.
Return Value
Type:
ObjectThe value of the specified column.
Implements
IDataRecordGetValue(Int32)
Exceptions
See Also