Returns the UltraLite.NET data type of the column identified by the specified column ID.
Visual Basic
Public Function GetColumnULDbType( _
ByVal columnID As Integer _
) As ULDbType
C#
public ULDbType GetColumnULDbType(
int columnID
);
columnID ID of the column. The value must be in the range [0,ColumnCount-1].
A ULDbType enumerated integer.