Sphinx QLData ReaderGet Field Type Method
Gets the data type of the specified column.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The data type of the specified column.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override Type GetFieldType(
int ordinal
)VB
Public Overrides Function GetFieldType (
ordinal As Integer
) As TypeParameters
- ordinal Int32
- The zero-based column ordinal.
Return Value
TypeThe data type of the specified column.