示例#1
0
 public List <TableColumn> GetTableColumns(params string[] tableNames)
 {
     return(Interpreter.GetTableColumns(tableNames));
 }