Icon for Previous Page button Icon for Next Page button

GetColumnULDbType method

Returns the UltraLite.NET data type of the column identified by the specified column ID.

Syntax
Visual Basic
Public Function GetColumnULDbType( _
   ByVal columnID As Integer _
) As ULDbType
C#
public ULDbType GetColumnULDbType(
   int columnID
);
Parameters
  • columnID   ID of the column. The value must be in the range [0,ColumnCount-1].

Return value

A ULDbType enumerated integer.

See also