.net 事务处理

 Dim tos As New TransactionOptions()

 tos.IsolationLevel = iLevel

  tos.Timeout = New TimeSpan(0, 0, 90)

  Using(Scope As TransactionScope= New TransactionScope(TransactionScopeOption.Required, IsolationLevel.ReadCommitted))

{

 ‘‘‘‘‘可以写SQL操作了但是多个操作必须,要用同一个SqlConnection进行关联

  Scope .Complete()

}


.net 事务处理,布布扣,bubuko.com

.net 事务处理

上一篇:基于tornado的Rest-WebService框架


下一篇:千万PV级别WEB站点架构设计