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