摘要:
/// /// 实体转换辅助类 /// public class ModelConvertHelper where T : new() { public static IList ConvertToModel(DataTable dt) { // 定义集合 IList ts = new List(); // 获得此模型的类型 Type type = type... 阅读全文
posted @ 2013-09-02 19:01
jesn
阅读(219)
评论(0)
推荐(0)