摘要: DataTableToList 源码using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Reflection;namespace NCL.Data{ ///<summary> /// 实体转换辅助类 ///</summary> public class ModelConvertHelper<T> where T : new() { public static IList<T> ConvertToModel(Da 阅读全文
posted @ 2011-11-02 01:00 ShenJH.NET 阅读(218) 评论(0) 推荐(0) 编辑