网站首页
编程语言
数据库
系统相关
其他分享
编程问答
ListToDataTable
2024-10-12
C# ListToDataTable
publicstaticDataTableListToDataTable<T>(List<T>list){DataTabledt=newDataTable();//获取实体类型Typetype=typeof(T);//添加列PropertyInfo[]properties=type.G