Click or drag to resize

SphinxQLDataReaderGetName Method

Gets the name of the column, given the zero-based column ordinal.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override string GetName(
	int ordinal
)

Parameters

ordinal  Int32
The zero-based column ordinal.

Return Value

String
The name of the specified column.

Implements

IDataRecordGetName(Int32)
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThe provided column index is out of range.
See Also