摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web;using System.Web.UI;using System.Web.UI.WebControls... 阅读全文
posted @ 2015-04-19 17:37 crazyair 阅读(1134) 评论(0) 推荐(0) 编辑
摘要: static TEntity MapEntity(SqlDataReader reader) where TEntity : class ,new() { var pros = typeof(TEntity).GetProperties(); ... 阅读全文
posted @ 2015-04-19 11:11 crazyair 阅读(151) 评论(0) 推荐(0) 编辑