Sphinx QLData ReaderGet Data Type Name Method
Gets the name of the data type of the specified column.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
A string representing the name of the data type.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override string GetDataTypeName(
int ordinal
)VB
Public Overrides Function GetDataTypeName (
ordinal As Integer
) As StringParameters
- ordinal Int32
- The zero-based column ordinal.
Return Value
StringA string representing the name of the data type.