[]
Get list of column names for table
protected List<string> GetColumnNames(string tableName)
Protected Function GetColumnNames(tableName As String) As List(Of String)
| Type | Name | Description |
|---|---|---|
| string | tableName | The table name |
| Type | Description |
|---|---|
| List<string> |