UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULTableSchema class
GetColumnName( id As Integer ) As String
Member of UltraLiteAFLib.ULTableSchema
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.
id The id of the column.
The name of a column.