Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference » ULTableSchema class

Properties Next Page

GetColumnName method


Returns the name of the column that corresponds to the id value you supply.

Syntax

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

Parameters

id    The id of the column.

Returns

The name of a column.

Remarks

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.