[]
Gets the name of field.
string GetFieldName(int index)
Function GetFieldName(index As Integer) As String
Type | Name | Description |
---|---|---|
int | index | An integer value indicates the field index. |
Type | Description |
---|---|
string | A string value represents the name of field. |