'Declaration Protected Function GetColumnNames( _ ByVal tableName As String _ ) As List(Of String)
protected List<string> GetColumnNames( string tableName )
Parameters
- tableName
- The table name
'Declaration Protected Function GetColumnNames( _ ByVal tableName As String _ ) As List(Of String)
protected List<string> GetColumnNames( string tableName )