摘要:
//dataset转实体类 public static IList<T> FillModel(DataSet ds) { List<T> l = new List<T>(); T model = default(T);if (ds.Tables[0].Columns[0].ColumnName == "rowId") { ds.Tables[0].Columns... 阅读全文
posted @ 2009-08-04 10:18
新郎
阅读(3868)
评论(0)
推荐(1)
浙公网安备 33010602011771号