摘要:
===前提:我们已经有一个DataTable的数据表 现在需要的只是其中的一行数据===比如说下面这段代码在一个方法里 返回的就是一个DataTable! sqlCon = new SqlConnection(strCon); sqlCom = new SqlCommand(); sqlCom.Connection = sqlCon; sqlCom.CommandText = "select_v"... 阅读全文
posted @ 2009-11-04 11:32
搏击的小船
阅读(2483)
评论(2)
推荐(1)