Contents Index Properties GetIndex method

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULTableSchema class

GetColumnName method


Prototype 

GetColumnName( id As Integer ) As String
Member of UltraLiteAFLib.ULTableSchema

Description 

Returns the name of the column that corresponds to the id value you supply. The ColumnCount property returns the number of columns in the table. Each column has a unique number from 1 to the ColumnCount value, where 1 is the first column in the table, 2 is the second column in the table, and so on.

Parameters 

id    The id of the column.

Returns 

The name of a column.


Contents Index Properties GetIndex method