摘要:
转置函数,ATable转置为BTable,再次转置将恢复为ATable static DataTable GetTransposeDataTable(DataTable sourceDataTable) { DataTable newDataTable = new DataTable(); for 阅读全文
posted @ 2019-03-25 15:05
jeff151013
阅读(428)
评论(0)
推荐(0)
摘要:
拆分函数 /// <summary> /// 拆分DataTable /// </summary> private DataTable SplitDataTable(DataTable sourceTable) { if (sourceTable == null || sourceTable.Row 阅读全文
posted @ 2019-03-25 14:58
jeff151013
阅读(1041)
评论(0)
推荐(0)

浙公网安备 33010602011771号