摘要:
/**//// /// 搜索方法 /// /// 要搜索的DataTable /// 表的标识列 /// HashTable表 /// protected string SearchFiles(DataTable toFindDt,string PKIDColumnName, Hashtable... 阅读全文
摘要:
using System;using System.IO;using System.Data;using System.Data.SqlClient;using System.Configuration;using System.Collections;using System.Web;namespace DA{ /**//// ///内部类:存储过程的返回值记录类 /// ... 阅读全文