asp.net 批量更新
摘要:
public bool UpdateInventory(DataTable dt,string user) { using (SqlConnection connection = new SqlConnection(DBUtility.DbHelperSQL.connectionString)) { SqlDataAdapter da = new SqlDataAdapter(); da.UpdateCommand = new SqlCommand("Update Inventory set LogisticsNumber=@LogisticsNumber, ModifyBy= 阅读全文
posted @ 2013-01-21 17:33 sisibest 阅读(128) 评论(0) 推荐(0) 编辑