This method is not supported in UltraLite.NET.
Public Overrides Function GetChar(ByVal colID As Integer) As Char
public override char GetChar(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.
ULException class This method is not supported in UltraLite.NET.