2010年12月19日

摘要: class SqlHelper{protected string connectionString;protected sqlConnection sqlConnection;protected sqlCommand;public SqlHelper(string connection string){}//构造函数public ~SqlHelper(){}//析构函数private SqlParameter MakeParam(string paramName, SqlDbType dbType, int size, ParameterDirection direction, object 阅读全文
posted @ 2010-12-19 19:26 Henry_Wang 阅读(416) 评论(0) 推荐(0) 编辑

导航