|
|
|
|
|
|
|
|
aultView; } catch(SqlException exc) { DebugBox db = new DebugBox(Sqlstr + "\r\n" + exc.Message); db.Show(); } return dv; } /// /// 清理资源 /// public void Dispose() { Dispose(true); GC.SuppressFinalize(true); } /// /// 清理所有正在使用的资源。 /// /// protected virtual void Dispose(bool disposing) { if (! disposing) return; if (this._connection != null) { this._connection.Dispose(); } } /// /// 取得数据适配器 /// /// SQL语句 /// 数据适配器页码:[1] [2] [3] [4] [5] [6] [7] [8] [9] 第5页、共9页 |
|
|
|
|
设为首页 | 加入收藏 | 广告服务 | 友情链接 | 版权申明
Copyriht 2007 - 2008 © 科普之友 All right reserved |