コード例 #1
0
 public List<学员在线状态> Select(NameValueCollection where, NameValueCollection orderby, int pageIndex, int pageSize, out int totalCount)
 {
     学员在线状态DA da = new 学员在线状态DA();
     return da.Select(where, orderby, pageIndex, pageSize, out totalCount).DataTableToList<学员在线状态>();
 }
コード例 #2
0
 public List<学员在线状态> Select(NameValueCollection where, NameValueCollection orderby)
 {
     学员在线状态DA da = new 学员在线状态DA();
     return da.Select(where, orderby).DataTableToList<学员在线状态>();
 }