您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. winfrom 在业务层实现事务控制的小例子

  2. winfrom 在业务层实现事务控制的小例子,需要的朋友可以参考一下
  3. 所属分类:其它

    • 发布日期:2020-09-05
    • 文件大小:20480
    • 提供者:weixin_38538381
  1. winfrom 在业务层实现事务控制的小例子

  2. 代码如下:try    { using (TransactionScope tr = new TransactionScope()) {     int i = this.customermanager.addCustomer(customer);     int j = this.homestatusmanager.updateHomestatus(homestatus);     if ((i * j) > 0)     {  MessageBox.Show(“记录插入成功!”, “消
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:34816
    • 提供者:weixin_38629873