2017年2月25日

SqlCommand对象-Transaction事务的使用

摘要: using (SqlConnection connection = new SqlConnection(connStr)) { SqlCommand sqlcmd = new SqlCommand(); sqlcmd.Connection = connection; connection.Open( 阅读全文

posted @ 2017-02-25 09:47 _ali 阅读(4296) 评论(0) 推荐(1) 编辑

导航