[]
Gets the name of field.
public string GetFieldName(int index)
Public 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. |