摘要:
/// /// 执行DataTable中的查询返回新的DataTable /// /// 源数据DataTable /// 查询条件 /// private DataTable GetNewDataTable(DataTable dt,string condition) { DataTable newdt = new DataTable(); newdt=dt.Clone(); DataRo... 阅读全文
posted @ 2009-02-28 21:12
周文
阅读(342)
评论(0)
推荐(0)


浙公网安备 33010602011771号