Esempio n. 1
0
 /// <summary>
 /// 返回数据总数
 /// </summary>
 public int GetCount(string strWhere)
 {
     return(dal.GetCount(strWhere));
 }