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: 5.3.0
Syntax
public override string GetName(
	int ordinal
)

Parameters

ordinal
Type: SystemInt32
The zero-based column ordinal.

Return Value

Type: String
The name of the specified column.

Implements

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