Sunday, 18 August 2013

Why entity framework uses “set transaction isolation level read committed” and what this means

Why entity framework uses "set transaction isolation level read committed"
and what this means

I am using enttiy framework, and I have tracked the sql server using sql
server profiler. And I found that when I query the database using EF , the
sql profiler will show the following :-
set transaction isolation level read committed.
So what does this means ?

No comments:

Post a Comment