摘要:
问:using( SqlCommand sqlCommand = new SqlCommand(sqlCmd, sqlConnection)) { } 后 还能取到sqlCommand的CommandText属性吗? 同样的using(SqlDataAdapter dataAdapter = new SqlDataAdapter(sqlCmd, sqlConnection)) ... 阅读全文
posted @ 2008-04-14 15:34
Sgvon
阅读(272)
评论(0)
推荐(0)