I have written a Linq query in my application to fetch(SELECT) records from a table.
The statement will be considered as a Dynamic script.. correct ?
If so, The SELECT statement will considered as ReadCommitted (or) ReadUnCommitted ?
If its "ReadCommitted" statement then, How can I force the SELECT statement from ReadCommitted to ReadUnCommitted ?
So, my SELECT statement which is prepared from LinQ will be "ReadUnCommitted".
Kindly help
Thank You