 | SphinxQLDataReaderGetFieldType Method |
Gets the data type of the specified column.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override Type GetFieldType(
int ordinal
)
Public Overrides Function GetFieldType (
ordinal As Integer
) As Type
Parameters
- ordinal
- Type: SystemInt32
The zero-based column ordinal.
Return Value
Type:
TypeThe data type of the specified column.
Implements
IDataRecordGetFieldType(Int32)
Exceptions
See Also