How to get the record lock status in .net

  • Thread starter Thread starter Joy
  • Start date Start date
J

Joy

Hello:

After one transaction be started, but before the transaction be commited, if
another transaction query the same records, how to get the locked status of
the records.

Thanks.
 
Joy,

I think that you have to rephrase your questions. .Net works itselfs does
not work with locking a database. It uses optimistic concurrency. However I
am not sure if your question is about this?

Cor
 
Back
Top