摘要:
using(TransactionScope scope1 = new TransactionScope()) //Default is Required { using(TransactionScope scope2 = new TransactionScope(TransactionScopeOption.Required)) { ... } using(TransactionScope scope3 = new TransactionScope(TransactionScopeOption.RequiresNew)) {... 阅读全文
posted @ 2012-05-23 19:49
zxl359592450
阅读(6136)
评论(1)
推荐(1)

浙公网安备 33010602011771号