[]
Gets the table column name of the specified column.
string GetColumnName(int id)
Function GetColumnName(id As Integer) As String
Type | Name | Description |
---|---|---|
int | id | An integer value indicates the column unique ID inside the structure object. |
Type | Description |
---|---|
string | A string indicates the column name. |