Returns the name of the column that corresponds to the id value you supply.
GetColumnName( id As Integer ) As String
Member of UltraLiteAFLib.ULTableSchema
id The id of the column.
The name of a column.
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.