Click or drag to resize
SphinxQLDataReaderGetOrdinal Method
Gets the column ordinal given the name of the column. This method is case insensitive.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public override int GetOrdinal(
	string name
)

Parameters

name
Type: SystemString
The name of the column.

Return Value

Type: Int32
The zero-based column ordinal.

Implements

IDataRecordGetOrdinal(String)
Exceptions
ExceptionCondition
InvalidOperationException
IndexOutOfRangeException The name specified is not a valid column name.
See Also