Returns the name of the specified column's provider data type.
Public Overrides Function GetDataTypeName( ByVal colID As Integer ) As String
public override string GetDataTypeName(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 string corresponding to the column's ULDbType.
ULException class A SQL error occurred.