Method GetName
GetName(Int32)
Returns name of a specified column index.
Declaration
string GetName(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | Index of a column. |
Returns
| Type | Description |
|---|---|
| System.String | Name of column. |