本文介绍了如何使用DatabaseUpdateDataSet方法(DataSet,String,DbCommand,DbCommand,DbCommand,UpdateBehavior)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我目前正在使用LINQ概念开发 ASP.NET网站。我成功更新,删除,通过 GridView 通过 LINQ操作插入表格,其更改将反映在LINQ数据库中。现在,我想使用 UpdateDataSet()企业库方法将这些适当的更改提交到 SQL Server数据库表。任何人都可以在这方面提供帮助吗?
I am currently developing a ASP.NET Website using LINQ concept. I was successful in update,delete,insert a table through a GridView by LINQ operations whose changes will get reflected in LINQ db. Now I want to submit these appropriate changes to the SQL Server database table using the UpdateDataSet() Enterprise Library method. Can any one help out in this respect?
推荐答案
这篇关于如何使用DatabaseUpdateDataSet方法(DataSet,String,DbCommand,DbCommand,DbCommand,UpdateBehavior)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!