开发者

asp.net mvc transactionscope class

开发者 https://www.devze.com 2023-01-11 17:02 出处:网络
i want to add transactionscope class in 开发者_运维知识库vs 2010. where can i find it? in which namespace. according to msdn there is a system.transaction but there is not? is it extenal?You need to a

i want to add transactionscope class in 开发者_运维知识库vs 2010. where can i find it? in which namespace. according to msdn there is a system.transaction but there is not? is it extenal?


You need to add reference to the System.Transactions.dll assembly in your project and the TransactionScope class is located in the System.Transactions namespace.

0

精彩评论

暂无评论...
验证码 换一张
取 消