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