using (TransactionScope scope = new TransactionScope()) { string strConn = "連線字串"; SqlConnection conn = new SqlConnection(strConn); ...
確定! 回上一頁