摘要:
// DataTable转List: IList<HousesEntity> Ilist = TableAndList.ConvertTo<HousesEntity>(dt); public static class TableAndList { public static DataTable Co 阅读全文
摘要:
SqlServer 省市县三级联动三张表递归合并成一张表sql如下:insert into table2(area_name,area_parent_id)select province,'0' from provincesinsert into table2(area_name,area_pare... 阅读全文