C# 事务里面如果只是针对单数据库,则可以使用SqlTransaction,跨数据库使用TransactionScope。 转载于:https://www.cnblogs.com/itsone/p/10281955.html