Relative Content

Tag Archive for c#sqllinq-to-sql

Using WITH (NOLOCK) in LINQ to SQL

I have a C# function here that uses LINQ to SQL to get data from a table called ‘Users’. I need to modify this function to use WITH (NOLOCK) query but I have no idea how to approach this. Any help would be appreciated.
Thanks in advance.