NET Framework 2.0中的数据访问新特性
摘要:
1异步数据访问 a)支持异步数据编程 b)SqlConnection – BeginOpen – EndOpen c)SqlCommand – BeginExecuteNonQuery – BeginExecuteReader – BeginExecuteXmlReader – EndExecuteNonQuery – EndExecuteReader – EndExecuteXmlReader代码如下:(注意字符串连接,Asynchronous Processing=true)View Code pu... 阅读全文
posted @ 2012-06-09 18:55 refactor 阅读(2157) 评论(9) 推荐(7) 编辑