Implementing NOLOCK with linq2db

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 年 前
Hello,

Is there a way to prevent deadlock queries like "IsolationLevel = IsolationLevel.ReadUncommitted" in the EF? OR how can I prevent the deadlocks in linq2db?
3 年 前
I'm not sure, but ... I would never recommend using nolock in general.  You should try to diagnose the source of the problem first.
3 年 前
I have a batch update in the background on the product table that causes the deadlock.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.