摘要:
C#取得DataTable最大值、最小值 int max=int.Parse((dtItemsAll.Compute("Max(CPITEMS_SORT)", "true").ToString()));//最大值 int min=int.Parse((dtItemsAll.Compute("Min( 阅读全文
posted @ 2022-05-19 16:00
大木瓜
阅读(1224)
评论(0)
推荐(0)
摘要:
C#DataRow转换为DataTable 一、 private DataTable ToDataTable(DataRow[] rows) { if (rows == null || rows.Length == 0) return null; DataTable tmp = rows[0].Ta 阅读全文
posted @ 2022-05-19 15:59
大木瓜
阅读(703)
评论(0)
推荐(0)
摘要:
1、orm框架+sql组合事务 /// <summary> /// 删除功能事务 /// </summary> /// <param name="strFPutPlanNo"></param> /// <returns></returns> public bool DoDeleteStatus(st 阅读全文
posted @ 2022-05-19 09:32
大木瓜
阅读(210)
评论(0)
推荐(0)

浙公网安备 33010602011771号