constructor
Şöyle yaparız
Şöyle yaparız
var opt = new TransactionOptions();
option.IsolationLevel = System.Transactions.IsolationLevel.ReadUnCommitted;
try
{
using (var scope = new TransactionScope(TransactionScopeOption.Required, opt))
{
...
transactionScope.Complete();
}
}
Hiç yorum yok:
Yorum Gönder