0

当我尝试使用 EF 保存数据时,asp.net 引发异常:.NET EntityFramework:“在提供程序连接上启动事务时发生错误。有关详细信息,请参阅内部异常”</p>

请参阅下面的代码:

                foreach (tbCliente itemCliente in listClienteAtual)
                {
                    itemCliente.cod_usuario = idUsuarioAtual;
                    db.ObjectStateManager.ChangeObjectState(itemCliente, System.Data.EntityState.Modified);
                }
4

0 回答 0