public List <TableColumn> GetTableColumns(params string[] tableNames) { return(Interpreter.GetTableColumns(tableNames)); }