Example #1
0
 /// <summary>
 /// 返回本表的所有记录
 /// </summary>
 public static DataSet GetTableList()
 {
     return(Exam_Dal.GetTableList("Rnnny"));
 }