我有一个代码
using (var tran = new TransactionScope(TransactionScopeOption.Required,
new TransactionOptions{IsolationLevel = IsolationLevel.ReadUncommitted}))
{
//My code is select data in database.
}
感谢您的帮助