R
Ryan Liu
Hi,
For IsolationLevel.ReadCommitted, here "Committed" does not mean
trans.Commit(), it just means db has been updated. -- Is this right?
It means other thread/connection can read "my" data before I finish a
transaction.
Please clarify this.
Thanks a million1
R L
For IsolationLevel.ReadCommitted, here "Committed" does not mean
trans.Commit(), it just means db has been updated. -- Is this right?
It means other thread/connection can read "my" data before I finish a
transaction.
Please clarify this.
Thanks a million1
R L