示例#1
0
 //to get all the Tables
 public List <Table> GetTables()
 {
     try
     {
         List <Table> tables = Table_DB.Db_Get_All_Tables();
         return(tables);
     }
     catch (Exception)
     {
         throw new Exception("System couldn't connect to the database");
     }
 }