Ejemplo n.º 1
0
 /// <summary>
 /// 获取记录总数
 /// </summary>
 public int GetCount(string strWhere)
 {
     return(dal.GetCount(strWhere));
 }