Click or drag to resize

SphinxQLDataReaderGetDataTypeName Method

Gets the name of the data type of the specified column.

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

Parameters

ordinal  Int32
The zero-based column ordinal.

Return Value

String
A string representing the name of the data type.

Implements

IDataRecordGetDataTypeName(Int32)
Exceptions
ExceptionCondition
InvalidOperationException
See Also