Click or drag to resize
SphinxQLDataReaderGetValue Method (Int32)
Gets the value of the specified column as an instance of Object.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public override Object GetValue(
	int ordinal
)

Parameters

ordinal
Type: SystemInt32
The zero-based column ordinal.

Return Value

Type: Object
The value of the specified column.

Implements

IDataRecordGetValue(Int32)
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThe provided column index is out of range.
InvalidOperationExceptionThere are no rows are present either because Read hasn't been called or it returned false, or the statement didn't yield any results (HasRows is false)
See Also