Returns the System.Type most appropriate for the specified column.
Public Overrides Function GetFieldType(ByVal colID As Integer) As Type
public override Type GetFieldType(int colID)
colID The ID number of the column. The value must be in the range [0,ULDataReader.FieldCount-1]. The first column in the cursor has an ID value of zero.
A System.Type value for the column.
ULException class A SQL error occurred.