您的位置:首页 > 其它

关于VS2005中自动生成TableAdapter的事务处理

2006-02-06 17:26 232 查看
这里有个方法 http://www.developpez.net/forums/viewtopic.php?p=2527088

看看源程序大家应该知道怎么做可以解决这个问题了.

using System;
using System.Data;
using System.Data.SqlClient;

namespace DataAccess.DataSet1TableAdapters

// Here is the method to implement the Transaction:

private void ExecuteTransaction()

但是,这个写法,还是太傻瓜了,

在下抛一砖,希望能引玉无数.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: