コード例 #1
0
 /// <summary>
 /// 根据条件查询数据集
 /// </summary>
 public static DataTable GetListData(string where = null, string selectFields = "*", string orderby = null, int top = 0)
 {
     return(CardTypeInfoManager.SelectListData(where, selectFields, orderby, top));
 }