摘要:
ZZ--/// /// 分批处理。 /// public void PartialProc() { int per_count = 4;//每个datatable行数。每4行处理一次。 DataTable dt = new DataTable(); dt.Columns.Add("barcode"); dt.Columns.Add("qty"); dt.Rows.Add("a", "1"); dt.Row... 阅读全文
posted @ 2013-10-13 18:30
runliuv
阅读(914)
评论(0)
推荐(0)

浙公网安备 33010602011771号